Socket
Socket
Sign inDemoInstall

extract-loader

Package Overview
Dependencies
Maintainers
8
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-loader - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

20

CHANGELOG.md

@@ -5,2 +5,22 @@ # Change Log

<a name="2.0.0"></a>
# [2.0.0](https://github.com/peerigon/extract-loader/compare/v1.0.2...v2.0.0) (2018-03-19)
### Bug Fixes
* TypeError require(...) is not a function ([050f189](https://github.com/peerigon/extract-loader/commit/050f189))
### Chores
* Update development setup ([cf5115c](https://github.com/peerigon/extract-loader/commit/cf5115c))
### BREAKING CHANGES
* extract-loader does now officially only support node >= 4. No guarantee for older node versions.
<a name="1.0.2"></a>

@@ -7,0 +27,0 @@ ## [1.0.2](https://github.com/peerigon/extract-loader/compare/v1.0.1...v1.0.2) (2018-01-11)

48

package.json
{
"name": "extract-loader",
"version": "1.0.2",
"version": "2.0.0",
"description": "webpack loader to extract HTML and CSS from the bundle",
"main": "lib/extractLoader.js",
"scripts": {
"build": "babel src -d lib --source-maps",
"pretest": "npm run build",
"test": "mocha -R spec --compilers js:babel-register",
"build": "babel src -d lib",
"test": "cross-env NODE_ENV=test nyc mocha -R spec",
"posttest": "eslint src test",
"coverage": "babel-node ./node_modules/istanbul/lib/cli cover _mocha",
"release": "standard-version",
"prepublish": "npm test"
"prepublishOnly": "npm test"
},

@@ -32,22 +30,28 @@ "repository": {

"homepage": "https://github.com/peerigon/extract-loader#readme",
"engines": {
"node": ">= 4.0.0"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"chai": "^4.1.0",
"chai-fs": "^1.0.0",
"css-loader": "^0.28.2",
"eslint": "^3.19.0",
"eslint-config-peerigon": "^10.1.1",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsdoc": "^3.1.0",
"file-loader": "^0.11.1",
"chai-fs": "^2.0.0",
"cross-env": "^5.1.3",
"css-loader": "^0.28.8",
"eslint": "^4.15.0",
"eslint-config-peerigon": "^12.0.1",
"eslint-plugin-flowtype": "^2.41.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsdoc": "^3.3.1",
"file-loader": "^1.1.6",
"html-loader": "^0.5.0",
"istanbul": "^0.4.2",
"mocha": "^3.4.1",
"rimraf": "^2.5.1",
"mocha": "^4.1.0",
"nyc": "^11.4.1",
"rimraf": "^2.6.2",
"standard-version": "^4.3.0",
"style-loader": "^0.18.1",
"webpack": "^2.6.0"
"style-loader": "^0.19.1",
"webpack": "^4.0.0",
"webpack-cli": "^2.0.0"
},

@@ -54,0 +58,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