Socket
Socket
Sign inDemoInstall

terser

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terser - npm Package Compare versions

Comparing version 4.0.2 to 4.1.0

8

CHANGELOG.md
# Changelog
## v4.1.0
- Internal functions were replaced by `Object.assign`, `Array.prototype.some`, `Array.prototype.find` and `Array.prototype.every`.
- A serious issue where some ESM-native code was broken was fixed.
- Performance improvements were made.
- Support for BigInt was added.
- Inline efficiency was improved. Functions are now being inlined more proactively instead of being inlined only after another Compressor pass.
## v4.0.2

@@ -4,0 +12,0 @@

22

package.json

@@ -7,3 +7,3 @@ {

"license": "BSD-2-Clause",
"version": "4.0.2",
"version": "4.1.0",
"engines": {

@@ -31,18 +31,18 @@ "node": ">=6.0.0"

"dependencies": {
"commander": "^2.19.0",
"commander": "^2.20.0",
"source-map": "~0.6.1",
"source-map-support": "~0.5.10"
"source-map-support": "~0.5.12"
},
"devDependencies": {
"acorn": "^6.0.4",
"csv": "^5.1.0",
"escodegen": "^1.11.0",
"acorn": "^6.1.1",
"csv": "^5.1.1",
"escodegen": "^1.11.1",
"eslint": "^4.19.1",
"eslump": "^2.0.0",
"mocha": "^3.0.0",
"mochallel": "^1.8.6",
"mocha": "^5.2.0",
"mochallel": "^2.0.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"rollup": "^1.0.1",
"semver": "~5.6.0"
"rimraf": "^2.6.3",
"rollup": "^1.13.1",
"semver": "^5.7.0"
},

@@ -49,0 +49,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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