Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.144.114.63
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
es6-symbol /
Delete
Unzip
Name
Size
Permission
Date
Action
test
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.lint
88
B
-rw-r--r--
2015-07-07 12:13
.npmignore
51
B
-rw-r--r--
2015-06-25 13:26
.travis.yml
204
B
-rw-r--r--
2016-05-17 12:54
CHANGES
1.85
KB
-rw-r--r--
2017-03-15 14:58
LICENSE
1.05
KB
-rw-r--r--
2015-06-25 13:26
README.md
2.08
KB
-rw-r--r--
2016-11-11 20:09
implement.js
210
B
-rw-r--r--
2015-06-25 13:26
index.js
96
B
-rw-r--r--
2015-12-11 16:17
is-implemented.js
474
B
-rw-r--r--
2016-05-17 12:54
is-native-implemented.js
166
B
-rw-r--r--
2016-10-18 13:44
is-symbol.js
254
B
-rw-r--r--
2016-05-17 12:54
package.json
1.81
KB
-rw-r--r--
2021-02-04 21:24
polyfill.js
4.97
KB
-rw-r--r--
2016-11-11 20:09
validate-symbol.js
181
B
-rw-r--r--
2015-12-11 16:19
Save
Rename
v3.1.1 -- 2017.03.15 * Improve documentation * Improve error messages * Update dependencies v3.1.0 -- 2016.06.03 * Fix internals of symbol detection * Ensure Symbol.prototype[Symbol.toPrimitive] in all cases returns primitive value (fixes Node v6 support) * Create native symbols whenver possible v3.0.2 -- 2015.12.12 * Fix definition flow, so uneven state of Symbol implementation doesn't crash initialization of polyfill. See #13 v3.0.1 -- 2015.10.22 * Workaround for IE11 bug (reported in #12) v3.0.0 -- 2015.10.02 * Reuse native symbols (e.g. iterator, toStringTag etc.) in a polyfill if they're available Otherwise polyfill symbols may not be recognized by other functions * Improve documentation v2.0.1 -- 2015.01.28 * Fix Symbol.prototype[Symbol.isPrimitive] implementation * Improve validation within Symbol.prototype.toString and Symbol.prototype.valueOf v2.0.0 -- 2015.01.28 * Update up to changes in specification: * Implement `for` and `keyFor` * Remove `Symbol.create` and `Symbol.isRegExp` * Add `Symbol.match`, `Symbol.replace`, `Symbol.search`, `Symbol.species` and `Symbol.split` * Rename `validSymbol` to `validateSymbol` * Improve documentation * Remove dead test modules v1.0.0 -- 2015.01.26 * Fix enumerability for symbol properties set normally (e.g. obj[symbol] = value) * Introduce initialization via hidden constructor * Fix isSymbol handling of polyfill values when native Symbol is present * Fix spelling of LICENSE * Configure lint scripts v0.1.1 -- 2014.10.07 * Fix isImplemented, so it returns true in case of polyfill * Improve documentations v0.1.0 -- 2014.04.28 * Assure strictly npm dependencies * Update to use latest versions of dependencies * Fix implementation detection so it doesn't crash on `String(symbol)` * throw on `new Symbol()` (as decided by TC39) v0.0.0 -- 2013.11.15 * Initial (dev) version