New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0-alpha.9a74dfd1 to 0.3.0-alpha.a351eeed

2

lib/fixup-var-scoping.js

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

}
var fnScope = path.scope.getFunctionParent();
var fnScope = path.scope.getFunctionParent() || path.scope.getProgramParent();
var bindingIds = path.getOuterBindingIdentifierPaths();

@@ -15,0 +15,0 @@

@@ -143,3 +143,4 @@ "use strict";

*/
if (!isEvalScopesMarked(mangler.program.scope)) {
if (!isEvalScopesMarked(mangler.program)) {
markEvalScopes(mangler.program);

@@ -146,0 +147,0 @@ }

{
"name": "babel-plugin-minify-mangle-names",
"version": "0.3.0-alpha.9a74dfd1",
"version": "0.3.0-alpha.a351eeed",
"description": "",

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

"dependencies": {
"babel-helper-mark-eval-scopes": "^0.3.0-alpha.9a74dfd1"
"babel-helper-mark-eval-scopes": "^0.3.0-alpha.a351eeed"
}
}
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