New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-es2015-modules-commonjs

Package Overview
Dependencies
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-modules-commonjs - npm Package Compare versions

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

1

lib/index.js

@@ -11,2 +11,3 @@ "use strict";

exit: function exit(path, state) {
if (!(0, _babelHelperModuleTransforms.isModule)(path, true)) return;
var _state$opts = state.opts,

@@ -13,0 +14,0 @@ loose = _state$opts.loose,

10

package.json
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"description": "This plugin transforms ES2015 modules to CommonJS",

@@ -9,4 +9,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",

"dependencies": {
"babel-helper-module-transforms": "7.0.0-beta.1",
"babel-types": "7.0.0-beta.1"
"babel-helper-module-transforms": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
},

@@ -17,5 +17,5 @@ "keywords": [

"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.1",
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.1"
"babel-helper-plugin-test-runner": "7.0.0-beta.2",
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.2"
}
}
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