Socket
Socket
Sign inDemoInstall

istanbul-lib-instrument

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-lib-instrument - npm Package Compare versions

Comparing version 1.1.0-alpha.0 to 1.1.0-alpha.1

dist/index.js

7

package.json
{
"name": "istanbul-lib-instrument",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "Core istanbul API for JS code coverage",

@@ -12,4 +12,5 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",

"pretest": "jshint src/ test/",
"test": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha -- --compilers js:babel-core/register --recursive test/",
"posttest": "node ./node_modules/istanbul/lib/cli.js check-coverage --statements 95 --branches 80"
"test": "./test.sh",
"posttest": "node ./node_modules/istanbul/lib/cli.js check-coverage --statements 90 --branches 80",
"prepublish": "npm test && npm run release"
},

@@ -16,0 +17,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc