Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uglify-js

Package Overview
Dependencies
Maintainers
3
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uglify-js - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

.travis.yml

1

lib/parse.js

@@ -173,2 +173,3 @@ /***********************************************************************

if (i == 0) return false;
if (is_digit(str.charCodeAt(0))) return false;
while (--i >= 0) {

@@ -175,0 +176,0 @@ if (!is_identifier_char(str.charAt(i)))

1

lib/transform.js

@@ -47,3 +47,2 @@ /***********************************************************************

// Tree transformer helpers.
// XXX: eventually I should refactor the compressor to use this infrastructure.

@@ -50,0 +49,0 @@ function TreeTransformer(before, after) {

@@ -6,3 +6,3 @@ {

"main": "tools/node.js",
"version": "2.3.2",
"version": "2.3.3",
"engines": { "node" : ">=0.4.0" },

@@ -9,0 +9,0 @@ "maintainers": [{

UglifyJS 2
==========
[![Build Status](https://travis-ci.org/mishoo/UglifyJS2.png)](https://travis-ci.org/mishoo/UglifyJS2)

@@ -4,0 +5,0 @@ UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit.

@@ -23,2 +23,3 @@ keep_properties: {

a[""] = "whitespace";
a["1_1"] = "foo";
}

@@ -31,2 +32,3 @@ expect: {

a[""] = "whitespace";
a["1_1"] = "foo";
}

@@ -33,0 +35,0 @@ }

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

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