Bump eslint-plugin-import to avoid vulnerability in dependency
This commit is contained in:
parent
10695e6a20
commit
ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions
28
node_modules/unbox-primitive/README.md
generated
vendored
28
node_modules/unbox-primitive/README.md
generated
vendored
|
|
@ -1,11 +1,13 @@
|
|||
# unbox-primitive <sup>[![Version Badge][2]][1]</sup>
|
||||
# unbox-primitive <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
||||
|
||||
[![dependency status][5]][6]
|
||||
[![dev dependency status][7]][8]
|
||||
[![github actions][actions-image]][actions-url]
|
||||
[![coverage][codecov-image]][codecov-url]
|
||||
[![dependency status][deps-svg]][deps-url]
|
||||
[![dev dependency status][dev-deps-svg]][dev-deps-url]
|
||||
[![License][license-image]][license-url]
|
||||
[![Downloads][downloads-image]][downloads-url]
|
||||
|
||||
[![npm badge][11]][1]
|
||||
[![npm badge][npm-badge-png]][package-url]
|
||||
|
||||
Unbox a boxed JS primitive value. This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and works despite ES6 Symbol.toStringTag.
|
||||
|
||||
|
|
@ -28,14 +30,18 @@ assert.equal(unboxPrimitive(new BigInt(42)), 42n);
|
|||
## Tests
|
||||
Simply clone the repo, `npm install`, and run `npm test`
|
||||
|
||||
[1]: https://npmjs.org/package/unbox-primitive
|
||||
[2]: https://versionbadg.es/ljharb/unbox-primitive.svg
|
||||
[5]: https://david-dm.org/ljharb/unbox-primitive.svg
|
||||
[6]: https://david-dm.org/ljharb/unbox-primitive
|
||||
[7]: https://david-dm.org/ljharb/unbox-primitive/dev-status.svg
|
||||
[8]: https://david-dm.org/ljharb/unbox-primitive#info=devDependencies
|
||||
[11]: https://nodei.co/npm/unbox-primitive.png?downloads=true&stars=true
|
||||
[package-url]: https://npmjs.org/package/unbox-primitive
|
||||
[npm-version-svg]: https://versionbadg.es/ljharb/unbox-primitive.svg
|
||||
[deps-svg]: https://david-dm.org/ljharb/unbox-primitive.svg
|
||||
[deps-url]: https://david-dm.org/ljharb/unbox-primitive
|
||||
[dev-deps-svg]: https://david-dm.org/ljharb/unbox-primitive/dev-status.svg
|
||||
[dev-deps-url]: https://david-dm.org/ljharb/unbox-primitive#info=devDependencies
|
||||
[npm-badge-png]: https://nodei.co/npm/unbox-primitive.png?downloads=true&stars=true
|
||||
[license-image]: https://img.shields.io/npm/l/unbox-primitive.svg
|
||||
[license-url]: LICENSE
|
||||
[downloads-image]: https://img.shields.io/npm/dm/unbox-primitive.svg
|
||||
[downloads-url]: https://npm-stat.com/charts.html?package=unbox-primitive
|
||||
[codecov-image]: https://codecov.io/gh/ljharb/unbox-primitive/branch/main/graphs/badge.svg
|
||||
[codecov-url]: https://app.codecov.io/gh/ljharb/unbox-primitive/
|
||||
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/unbox-primitive
|
||||
[actions-url]: https://github.com/ljharb/unbox-primitive/actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue