istanbul-lib-hook
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.2.1"></a> | ||
## [1.2.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-hook@1.2.0...istanbul-lib-hook@1.2.1) (2018-06-06) | ||
### Bug Fixes | ||
* pass correct args to tranformer ([#153](https://github.com/istanbuljs/istanbuljs/issues/153)) ([#154](https://github.com/istanbuljs/istanbuljs/issues/154)) ([2b2250f](https://github.com/istanbuljs/istanbuljs/commit/2b2250f)) | ||
<a name="1.2.0"></a> | ||
@@ -8,0 +19,0 @@ # [1.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-hook@1.1.0...istanbul-lib-hook@1.2.0) (2018-03-04) |
{ | ||
"name": "istanbul-lib-hook", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Hooks for require, vm and script used in istanbul", | ||
@@ -16,8 +16,8 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"dependencies": { | ||
"append-transform": "^0.4.0" | ||
"append-transform": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.0.0", | ||
"jshint": "^2.8.0", | ||
"mocha": "^3.2.0" | ||
"chai": "^4.1.2", | ||
"jshint": "^2.9.5", | ||
"mocha": "^5.2.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "repository": { |
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
14621
+ Addedappend-transform@1.0.0(transitive)
+ Addeddefault-require-extensions@2.0.0(transitive)
+ Addedstrip-bom@3.0.0(transitive)
- Removedappend-transform@0.4.0(transitive)
- Removeddefault-require-extensions@1.0.0(transitive)
- Removedis-utf8@0.2.1(transitive)
- Removedstrip-bom@2.0.0(transitive)
Updatedappend-transform@^1.0.0