Socket
Socket
Sign inDemoInstall

@babel/helper-module-transforms

Package Overview
Dependencies
Maintainers
5
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-module-transforms - npm Package Compare versions

Comparing version 7.0.0-rc.1 to 7.0.0-rc.2

2

lib/index.js

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

return t().callExpression(programPath.hub.file.addHelper(helper), [expr]);
return t().callExpression(programPath.hub.addHelper(helper), [expr]);
}

@@ -168,0 +168,0 @@

{
"name": "@babel/helper-module-transforms",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"description": "Babel helper functions for implementing ES6 module transformations",

@@ -11,9 +11,9 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>",

"dependencies": {
"@babel/helper-module-imports": "7.0.0-rc.1",
"@babel/helper-simple-access": "7.0.0-rc.1",
"@babel/helper-split-export-declaration": "7.0.0-rc.1",
"@babel/template": "7.0.0-rc.1",
"@babel/types": "7.0.0-rc.1",
"@babel/helper-module-imports": "7.0.0-rc.2",
"@babel/helper-simple-access": "7.0.0-rc.2",
"@babel/helper-split-export-declaration": "7.0.0-rc.2",
"@babel/template": "7.0.0-rc.2",
"@babel/types": "7.0.0-rc.2",
"lodash": "^4.17.10"
}
}
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