is-finalizationregistry
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,2 +8,14 @@ # Changelog | ||
## [v1.0.1](https://github.com/inspect-js/is-finalizationregistry/compare/v1.0.0...v1.0.1) - 2020-12-04 | ||
### Commits | ||
- [Tests] migrate tests to Github Actions [`b697250`](https://github.com/inspect-js/is-finalizationregistry/commit/b69725063681eeb9179d9945512a62112b360cd2) | ||
- [Tests] run `nyc` on all tests [`9091806`](https://github.com/inspect-js/is-finalizationregistry/commit/9091806c8cc05340dc964fb3c566e650c1bff947) | ||
- [actions] add "Allow Edits" workflow [`5d8c4f5`](https://github.com/inspect-js/is-finalizationregistry/commit/5d8c4f5e5ca4f001f6a16744c2cce5d32bdae39b) | ||
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `object-inspect` [`3af34c1`](https://github.com/inspect-js/is-finalizationregistry/commit/3af34c194a8dfb41e773f7e1647e1e1cf05ec98d) | ||
- [actions] switch Automatic Rebase workflow to `pull_request_target` event [`d0720ff`](https://github.com/inspect-js/is-finalizationregistry/commit/d0720ff2d07308ec3e90f13c7a15affa05339fe7) | ||
- [readme] remove travis badge [`2757b27`](https://github.com/inspect-js/is-finalizationregistry/commit/2757b27db4cbb93d712bd85c1741f3071a720dc7) | ||
- [meta] add `package.json` to `exports` [`c680142`](https://github.com/inspect-js/is-finalizationregistry/commit/c680142dcd73d3f3c8ec75c0ab1c9281edaeb91f) | ||
## v1.0.0 - 2020-08-02 | ||
@@ -10,0 +22,0 @@ |
{ | ||
"name": "is-finalizationregistry", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", | ||
@@ -12,3 +12,4 @@ "main": "index.js", | ||
"./index.js" | ||
] | ||
], | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -20,3 +21,3 @@ "scripts": { | ||
"pretest": "npm run lint", | ||
"tests-only": "tape test", | ||
"tests-only": "nyc tape 'test/**/*.js'", | ||
"test": "npm run tests-only", | ||
@@ -45,8 +46,9 @@ "posttest": "aud --production" | ||
"devDependencies": { | ||
"@ljharb/eslint-config": "^17.1.0", | ||
"aud": "^1.1.2", | ||
"auto-changelog": "^2.2.0", | ||
"eslint": "^7.6.0", | ||
"@ljharb/eslint-config": "^17.3.0", | ||
"aud": "^1.1.3", | ||
"auto-changelog": "^2.2.1", | ||
"eslint": "^7.14.0", | ||
"for-each": "^0.3.3", | ||
"object-inspect": "^1.8.0", | ||
"nyc": "^10.3.2", | ||
"object-inspect": "^1.9.0", | ||
"tape": "^5.0.1" | ||
@@ -53,0 +55,0 @@ }, |
# is-finalizationregistry <sup>[![Version Badge][2]][1]</sup> | ||
[![Build Status][3]][4] | ||
[![dependency status][5]][6] | ||
@@ -41,4 +40,2 @@ [![dev dependency status][7]][8] | ||
[2]: http://versionbadg.es/inspect-js/is-finalizationregistry.svg | ||
[3]: https://travis-ci.org/inspect-js/is-finalizationregistry.svg | ||
[4]: https://travis-ci.org/inspect-js/is-finalizationregistry | ||
[5]: https://david-dm.org/inspect-js/is-finalizationregistry.svg | ||
@@ -45,0 +42,0 @@ [6]: https://david-dm.org/inspect-js/is-finalizationregistry |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15755
16
8
49