Socket
Socket
Sign inDemoInstall

terser

Package Overview
Dependencies
11
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.29.1 to 5.29.2

4

CHANGELOG.md
# Changelog
## v5.29.2
- Make sure 'computed_props' creates string keys
- Take into account the evaluated size when inlining
## v5.29.1

@@ -4,0 +8,0 @@ - fix optimisation of all-bits mask check

2

lib/compress/inline.js

@@ -305,3 +305,3 @@ /***********************************************************************

overhead =
(name_length + 2 + replace_size) /
(name_length + 2 + fixed.size(compressor)) /
(def.references.length - def.assignments);

@@ -308,0 +308,0 @@ }

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

"license": "BSD-2-Clause",
"version": "5.29.1",
"version": "5.29.2",
"engines": {

@@ -10,0 +10,0 @@ "node": ">=10"

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