istanbul-lib-hook
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.0.0-alpha.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-hook@3.0.0-alpha.0...istanbul-lib-hook@3.0.0-alpha.1) (2019-10-06) | ||
### Bug Fixes | ||
* **package:** update append-transform to version 2.0.0 ([#466](https://github.com/istanbuljs/istanbuljs/issues/466)) ([7344b2b](https://github.com/istanbuljs/istanbuljs/commit/7344b2b)) | ||
# [3.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-hook@2.0.7...istanbul-lib-hook@3.0.0-alpha.0) (2019-06-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "istanbul-lib-hook", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "Hooks for require, vm and script used in istanbul", | ||
@@ -12,10 +12,10 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"scripts": { | ||
"test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha" | ||
"test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha" | ||
}, | ||
"dependencies": { | ||
"append-transform": "^1.0.0" | ||
"append-transform": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4", | ||
"mocha": "^6.2.1", | ||
"nyc": "^14.1.1" | ||
@@ -25,3 +25,4 @@ }, | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git" | ||
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", | ||
"directory": "packages/istanbul-lib-hook" | ||
}, | ||
@@ -40,3 +41,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2e885073a9398806c9b8763dd39418398182ca34" | ||
"gitHead": "4d5e777a9bc4847d178ad31f379307124cdd1e4f" | ||
} |
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
17448
+ Addedappend-transform@2.0.0(transitive)
+ Addeddefault-require-extensions@3.0.1(transitive)
+ Addedstrip-bom@4.0.0(transitive)
- Removedappend-transform@1.0.0(transitive)
- Removeddefault-require-extensions@2.0.0(transitive)
- Removedstrip-bom@3.0.0(transitive)
Updatedappend-transform@^2.0.0