/var/www/greso.tech/server/nsm/node_modules/es6-symbol
NameSizeModeActions
.github/-0755rm
lib/-0755rm
test/-0755rm
.editorconfig2880744editdlrm
.testignore130644editdlrm
CHANGELOG.md7750644editdlrm
CHANGES19370644editdlrm
implement.js2150644editdlrm
index.js1250644editdlrm
is-implemented.js5480644editdlrm
is-native-implemented.js2150644editdlrm
is-symbol.js2800644editdlrm
LICENSE7730644editdlrm
package.json20630644editdlrm
polyfill.js32400644editdlrm
README.md33210644editdlrm
validate-symbol.js1810644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es6-symbol/CHANGELOG.md (775B)
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [3.1.3](https://github.com/medikoo/es6-symbol/compare/v3.1.2...v3.1.3) (2019-10-29) ### [3.1.2](https://github.com/medikoo/es6-symbol/compare/v3.1.1...v3.1.2) (2019-09-04) - Access `Symbol` from a global object. Makes implementation more bulletproof, as it's safe against shadowing the `Symbol` variable e.g. in script scope, or as it's practiced by some bundlers as Webpack (thanks [@cyborgx37](https://github.com/medikoo/es6-symbol/pull/30)) - Switch license from MIT to ISC - Switch linter to ESLint - Configure Prettier ## Changelog for previous versions See `CHANGES` file