You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

istanbul-instrumenter-loader

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

36

CHANGELOG.md

@@ -5,7 +5,41 @@ # Change Log

<a name="3.0.1"></a>
## [3.0.1](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0...v3.0.1) (2018-03-09)
### Bug Fixes
* **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#84](https://github.com/webpack-contrib/istanbul-instrumenter-loader/issues/84)) ([00e20a4](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/00e20a4))
<a name="3.0.0"></a>
# [3.0.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0-rc.1...v3.0.0) (2017-07-26)
# [3.0.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v2.0.0...v3.0.0) (2017-07-26)
### Bug Fixes
* **index:** correct loader sourcemaps usage (#67) ([691b565](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/691b565))
* use latest API (`loader-utils`) (#61) ([27cf4eb](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/27cf4eb))
### Code Refactoring
* upgrade to webpack-defaults (#51) ([b46a5c8](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/b46a5c8))
### Features
* add `options` validation (`schema-utils`) (#65) ([091eded](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/091eded))
### BREAKING CHANGES
* Enforces schema validation ( invalid configuration will throw )
* Enforces Webpack standard NodeJS engines range.
at the time of merge `>= 4.3 < 5.0.0 || >= 5.10`.
* Upgrades loader-utils to 1.1.0 which has a minimum NodeJS version of 4.
<a name="3.0.0-rc.1"></a>

@@ -12,0 +46,0 @@ # [3.0.0-rc.1](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2017-07-13)

34

package.json
{
"name": "istanbul-instrumenter-loader",
"version": "3.0.0",
"version": "3.0.1",
"description": "Istanbul instrumenter loader for webpack",

@@ -17,3 +17,3 @@ "author": "Kir Belevich (@deepsweet)",

"engines": {
"node": ">= 4.3 < 5.0.0 || >= 5.10"
"node": ">= 4.8 < 5.0.0 || >= 5.10"
},

@@ -42,21 +42,21 @@ "license": "MIT",

"devDependencies": {
"babel-cli": "^6.24.0",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"cross-env": "^5.0.1",
"babel-cli": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.0",
"del-cli": "^1.1.0",
"eslint": "^4.2.0",
"eslint": "^4.9.0",
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.7.0",
"jest": "^20.0.4",
"lint-staged": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"jest": "^21.2.1",
"lint-staged": "^4.3.0",
"memory-fs": "^0.4.1",
"nsp": "^2.6.3",
"nsp": "^2.8.1",
"pre-commit": "^1.2.2",
"standard-version": "^4.2.0",
"webpack": "^3.1.0",
"webpack-defaults": "^1.5.0"
"webpack": "^3.8.1",
"webpack-defaults": "^1.6.0"
},

@@ -79,4 +79,4 @@ "homepage": "https://github.com/webpack-contrib/istanbul-instrumenter-loader",

"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
}
}

@@ -101,2 +101,3 @@ [![npm][npm]][npm-url]

**webpack.config.js**
```js

@@ -129,2 +130,3 @@ {

**webpack.config.js**
```js

@@ -131,0 +133,0 @@ {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc