Socket
Socket
Sign inDemoInstall

istanbul-lib-instrument

Package Overview
Dependencies
54
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.3 to 5.0.2

src/constants.js

25

CHANGELOG.md

@@ -6,2 +6,27 @@ # Change Log

### [5.0.2](https://www.github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v5.0.1...istanbul-lib-instrument-v5.0.2) (2021-09-13)
### Bug Fixes
* **build:** verfiy automated publication ([b232690](https://www.github.com/istanbuljs/istanbuljs/commit/b232690193f4b524332046c96dd1cdc6e881c6c7))
### [5.0.1](https://www.github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v5.0.0...istanbul-lib-instrument-v5.0.1) (2021-09-13)
### Bug Fixes
* **build:** verfiy automated publication ([74c96bd](https://www.github.com/istanbuljs/istanbuljs/commit/74c96bdc4224a06e2e1166ebd9adf8faf28438b1))
## [5.0.0](https://www.github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v4.0.3...istanbul-lib-instrument-v5.0.0) (2021-09-13)
### ⚠ BREAKING CHANGES
* istanbul-lib-instrument no longer uses babel
### Code Refactoring
* istanbul-lib-instrument no longer uses babel ([8d3badb](https://www.github.com/istanbuljs/istanbuljs/commit/8d3badb8f6c9a4bed9af8e19c3ac6459ebd7267b))
## [4.0.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.2...istanbul-lib-instrument@4.0.3) (2020-05-09)

@@ -8,0 +33,0 @@

22

package.json
{
"name": "istanbul-lib-instrument",
"version": "4.0.3",
"version": "5.0.2",
"description": "Core istanbul API for JS code coverage",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "dist/index.js",
"main": "src/index.js",
"files": [
"dist"
"src"
],
"scripts": {
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
"test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json --require=@babel/register --include=src mocha",
"prepublish": "npm run release"
"test": "nyc mocha"
},
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/core": "^7.12.3",
"@babel/parser": "^7.14.7",
"@istanbuljs/schema": "^0.1.2",

@@ -23,4 +22,2 @@ "istanbul-lib-coverage": "^3.0.0",

"@babel/cli": "^7.7.5",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/register": "^7.7.4",
"chai": "^4.2.0",

@@ -31,5 +28,5 @@ "clone": "^2.1.2",

"js-yaml": "^3.13.1",
"mocha": "^6.2.2",
"mocha": "^6.2.3",
"nopt": "^4.0.1",
"nyc": "^15.0.0-beta.2"
"nyc": "^15.1.0"
},

@@ -54,4 +51,3 @@ "license": "BSD-3-Clause",

"node": ">=8"
},
"gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff"
}
}

@@ -22,1 +22,2 @@ ## istanbul-lib-instrument

[v0-changes.md](v0-changes.md).
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