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
5
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.5.0-alpha.8b905991 to 0.5.0-alpha.9e986477

6

lib/index.js

@@ -137,3 +137,7 @@ "use strict";

Object.keys(scope.bindings).forEach(name => {
scopeTracker.addBinding(scope.bindings[name]);
scopeTracker.addBinding(scope.bindings[name]); // add all constant violations as references
scope.bindings[name].constantViolations.forEach(() => {
scopeTracker.addReference(scope, scope.bindings[name], name);
});
});

@@ -140,0 +144,0 @@ },

4

package.json
{
"name": "babel-plugin-minify-mangle-names",
"version": "0.5.0-alpha.8b905991",
"version": "0.5.0-alpha.9e986477",
"description": "",

@@ -15,4 +15,4 @@ "keywords": [

"dependencies": {
"babel-helper-mark-eval-scopes": "^0.5.0-alpha.8b905991"
"babel-helper-mark-eval-scopes": "^0.5.0-alpha.9e986477"
}
}
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