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

babel-plugin-minify-mangle-names

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-minify-mangle-names - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

8

lib/index.js

@@ -20,3 +20,3 @@ "use strict";

var newIssueUrl = "https://github.com/babel/babili/issues/new";
var newIssueUrl = "https://github.com/babel/minify/issues/new";

@@ -100,3 +100,3 @@ module.exports = function (babel) {

value: function crawlScope() {
traverse.clearCache();
(traverse.clearCache || traverse.cache.clear)();
this.program.scope.crawl();

@@ -218,3 +218,3 @@ }

* probably means that another transformation created a new binding,
* refer https://github.com/babel/babili/issues/549 for example -
* refer https://github.com/babel/minify/issues/549 for example -
* binding created by plugin transform-es2015-function-name

@@ -529,3 +529,3 @@ *

// case 2: Replacements in other plugins
// eg: https://github.com/babel/babili/issues/122
// eg: https://github.com/babel/minify/issues/122
// replacement in dce from `x` to `!x` gives referencePath as `!x`

@@ -532,0 +532,0 @@ path.traverse({

@@ -10,3 +10,3 @@ "use strict";

var newIssueUrl = "https://github.com/babel/babili/issues/new";
var newIssueUrl = "https://github.com/babel/minify/issues/new";

@@ -145,3 +145,3 @@ /**

// `for` loop initialization that shadows a parent function's parameter.
// https://github.com/babel/babili/issues/559
// https://github.com/babel/minify/issues/559
// https://bugs.webkit.org/show_bug.cgi?id=171041

@@ -148,0 +148,0 @@ // https://trac.webkit.org/changeset/217200/webkit/trunk/Source

{
"name": "babel-plugin-minify-mangle-names",
"version": "0.1.3",
"version": "0.2.0",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-mangle-names",
"bugs": "https://github.com/babel/babili/issues",
"author": "amasad",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"homepage": "https://github.com/babel/minify#readme",
"bugs": "https://github.com/babel/minify/issues",
"license": "MIT",
"author": "amasad",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-mangle-names",
"dependencies": {
"babel-helper-mark-eval-scopes": "^0.1.1"
"babel-helper-mark-eval-scopes": "^0.2.0"
}
}
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