Socket
Socket
Sign inDemoInstall

terser-webpack-plugin

Package Overview
Dependencies
290
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

10

CHANGELOG.md

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

<a name="1.2.3"></a>
## [1.2.3](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.2.2...v1.2.3) (2019-02-25)
### Bug Fixes
* invalidate cache after changing node version ([675edfd](https://github.com/webpack-contrib/terser-webpack-plugin/commit/675edfd))
<a name="1.2.2"></a>

@@ -7,0 +17,0 @@ ## [1.2.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.2.1...v1.2.2) (2019-02-04)

1

dist/index.js

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

terser: _package.default.version,
node_version: process.version,
// eslint-disable-next-line global-require

@@ -213,0 +214,0 @@ 'terser-webpack-plugin': require('../package.json').version,

18

package.json
{
"name": "terser-webpack-plugin",
"version": "1.2.2",
"version": "1.2.3",
"description": "Terser plugin for webpack",

@@ -16,2 +16,3 @@ "license": "MIT",

"start": "npm run build -- -w",
"prebuild": "npm run clean",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",

@@ -22,11 +23,12 @@ "clean": "del-cli dist",

"lint": "eslint --cache src test",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"release": "standard-version",
"security": "npm audit",
"test": "jest",
"test:only": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"pretest": "npm run lint",
"test": "npm run test:only",
"ci:lint": "npm run lint && npm run security",
"ci:test": "npm run test -- --runInBand",
"ci:test": "npm run test:only -- --runInBand",
"ci:coverage": "npm run test:coverage -- --runInBand",

@@ -62,3 +64,2 @@ "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",

"babel-jest": "^24.0.0",
"conventional-github-releaser": "^3.1.2",
"cross-env": "^5.1.3",

@@ -76,3 +77,3 @@ "del": "^3.0.0",

"prettier": "^1.14.0",
"standard-version": "^4.3.0",
"standard-version": "^5.0.0",
"uglify-js": "^3.4.3",

@@ -126,3 +127,8 @@ "webpack": "^4.16.3"

]
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always"
}
}
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