Socket
Socket
Sign inDemoInstall

istanbul-lib-instrument

Package Overview
Dependencies
31
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.2.0

11

CHANGELOG.md

@@ -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)

26

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc