istanbul-lib-instrument
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.2.0"></a> | ||
# [2.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.2.0) (2018-06-06) | ||
### Features | ||
* add support for optional catch binding ([#175](https://github.com/istanbuljs/istanbuljs/issues/175)) ([088dd9f](https://github.com/istanbuljs/istanbuljs/commit/088dd9f)) | ||
<a name="2.1.0"></a> | ||
@@ -8,0 +19,0 @@ # [2.1.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.1.0) (2018-05-31) |
{ | ||
"name": "istanbul-lib-instrument", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Core istanbul API for JS code coverage", | ||
@@ -22,20 +22,20 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"@babel/types": "7.0.0-beta.49", | ||
"istanbul-lib-coverage": "^1.2.0", | ||
"semver": "^5.3.0" | ||
"istanbul-lib-coverage": "^2.0.0", | ||
"semver": "^5.5.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.3.17", | ||
"babel-plugin-istanbul": "^2.0.3", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-register": "^6.16.3", | ||
"chai": "^3.0.0", | ||
"clone": "^2.0.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-istanbul": "^4.1.6", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"clone": "^2.1.1", | ||
"coveralls": "^3.0.1", | ||
"cross-env": "^2.0.1", | ||
"cross-env": "^5.1.6", | ||
"debug": "^3.1.0", | ||
"documentation": "^4.0.0-beta9", | ||
"js-yaml": "^3.3.1", | ||
"documentation": "^7.1.0", | ||
"js-yaml": "^3.12.0", | ||
"jshint": "^2.9.5", | ||
"mocha": "^5.2.0", | ||
"nopt": "^3.0.6" | ||
"nopt": "^4.0.1" | ||
}, | ||
@@ -42,0 +42,0 @@ "license": "BSD-3-Clause", |
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
59059
+ Addedistanbul-lib-coverage@2.0.5(transitive)
- Removedistanbul-lib-coverage@1.2.1(transitive)
Updatedistanbul-lib-coverage@^2.0.0
Updatedsemver@^5.5.0