Socket
Socket
Sign inDemoInstall

terser

Package Overview
Dependencies
11
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.17.6 to 5.17.7

5

CHANGELOG.md
# Changelog
## v5.17.7
- Update some dependencies
- Add consistent sorting for `v` RegExp flag
- Add `inert` DOM attribute to domprops
## v5.17.6

@@ -4,0 +9,0 @@ - Fixes to mozilla AST input and output, for class properties, private properties and static blocks

2

lib/utils/index.js

@@ -240,3 +240,3 @@ /***********************************************************************

const all_flags = "dgimsuy";
const all_flags = "dgimsuyv";
function sort_regexp_flags(flags) {

@@ -243,0 +243,0 @@ const existing_flags = new Set(flags.split(""));

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

"license": "BSD-2-Clause",
"version": "5.17.6",
"version": "5.17.7",
"engines": {

@@ -48,4 +48,4 @@ "node": ">=10"

"dependencies": {
"@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0",
"@jridgewell/source-map": "^0.3.3",
"acorn": "^8.8.2",
"commander": "^2.20.0",

@@ -55,4 +55,4 @@ "source-map-support": "~0.5.20"

"devDependencies": {
"@ls-lint/ls-lint": "^1.10.0",
"astring": "^1.7.5",
"@ls-lint/ls-lint": "^1.11.2",
"astring": "^1.8.5",
"eslint": "^7.32.0",

@@ -63,5 +63,4 @@ "eslump": "^3.0.0",

"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"rollup": "2.56.3",
"semver": "^7.3.4",
"rollup": "^2.56.3",
"semver": "^7.5.1",
"source-map": "~0.8.0-beta.0"

@@ -76,3 +75,3 @@ },

"ls-lint": "ls-lint",
"build": "rimraf dist/bundle* && rollup --config --silent",
"build": "rollup --config --silent",
"prepare": "npm run build",

@@ -79,0 +78,0 @@ "postversion": "echo 'Remember to update the changelog!'"

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

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

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