Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-modules-commonjs

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-modules-commonjs - npm Package Compare versions

Comparing version 7.14.0 to 7.14.5

4

lib/index.js

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

var _helperSimpleAccess = _interopRequireDefault(require("@babel/helper-simple-access"));
var _helperSimpleAccess = require("@babel/helper-simple-access");

@@ -19,4 +19,2 @@ var _core = require("@babel/core");

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = (0, _helperPluginUtils.declare)((api, options) => {

@@ -23,0 +21,0 @@ var _api$assumption, _api$assumption2;

{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.14.0",
"version": "7.14.5",
"description": "This plugin transforms ES2015 modules to CommonJS",

@@ -14,7 +14,7 @@ "repository": {

},
"main": "lib/index.js",
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-simple-access": "^7.13.12",
"@babel/helper-module-transforms": "^7.14.5",
"@babel/helper-plugin-utils": "^7.14.5",
"@babel/helper-simple-access": "^7.14.5",
"babel-plugin-dynamic-import-node": "^2.3.3"

@@ -29,8 +29,12 @@ },

"devDependencies": {
"@babel/core": "7.14.0",
"@babel/helper-plugin-test-runner": "7.13.10",
"@babel/plugin-external-helpers": "7.12.13",
"@babel/core": "7.14.5",
"@babel/helper-plugin-test-runner": "7.14.5",
"@babel/plugin-external-helpers": "7.14.5",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs"
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)"
}
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