Socket
Socket
Sign inDemoInstall

@jsdevtools/coverage-istanbul-loader

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsdevtools/coverage-istanbul-loader - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

1

lib/index.js

@@ -25,3 +25,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
// tslint:disable: no-default-export
const convert = __importStar(require("convert-source-map"));

@@ -28,0 +27,0 @@ const istanbul_lib_instrument_1 = require("istanbul-lib-instrument");

15

package.json
{
"name": "@jsdevtools/coverage-istanbul-loader",
"version": "3.0.4",
"version": "3.0.5",
"description": "A Webpack loader that uses Istanbul to add code coverage instrumentation",

@@ -36,5 +36,3 @@ "keywords": [

"clean": "shx rm -rf .nyc_output coverage lib",
"lint": "npm run lint:typescript && npm run lint:javascript",
"lint:typescript": "tslint -p tsconfig.json",
"lint:javascript": "eslint test/specs test/utils",
"lint": "eslint src test/specs test/utils",
"build": "tsc",

@@ -56,5 +54,4 @@ "watch": "tsc --watch",

"devDependencies": {
"@jsdevtools/eslint-config-modular": "^8.0.3",
"@jsdevtools/tslint-modular": "^2.0.5",
"@jsdevtools/version-bump-prompt": "^6.0.3",
"@jsdevtools/eslint-config": "^1.0.3",
"@jsdevtools/version-bump-prompt": "^6.0.5",
"@types/convert-source-map": "^1.5.1",

@@ -64,3 +61,3 @@ "@types/istanbul-lib-instrument": "^1.7.4",

"@types/loader-utils": "^2.0.1",
"@types/node": "^14.0.22",
"@types/node": "^14.0.23",
"@types/webpack": "^4.41.21",

@@ -73,7 +70,5 @@ "chai": "^4.2.0",

"shx": "^0.3.2",
"tslint": "^6.1.2",
"typescript": "^3.9.6",
"typescript-tslint-plugin": "^0.5.5",
"webpack": "^4.43.0"
}
}

Sorry, the diff of this file is not supported yet

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