Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-modules-commonjs

Package Overview
Dependencies
70
Maintainers
6
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.13.8 to 7.14.0

2

lib/index.js

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

noInterop,
importInterop,
lazy = false,

@@ -157,2 +158,3 @@ allowCommonJSExports = true

noInterop,
importInterop,
lazy,

@@ -159,0 +161,0 @@ esNamespaceOnly: typeof state.filename === "string" && /\.mjs$/.test(state.filename) ? mjsStrictNamespace : strictNamespace

11

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

@@ -16,5 +16,5 @@ "repository": {

"dependencies": {
"@babel/helper-module-transforms": "^7.13.0",
"@babel/helper-module-transforms": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-simple-access": "^7.12.13",
"@babel/helper-simple-access": "^7.13.12",
"babel-plugin-dynamic-import-node": "^2.3.3"

@@ -29,4 +29,5 @@ },

"devDependencies": {
"@babel/core": "7.13.8",
"@babel/helper-plugin-test-runner": "7.12.13",
"@babel/core": "7.14.0",
"@babel/helper-plugin-test-runner": "7.13.10",
"@babel/plugin-external-helpers": "7.12.13",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"

@@ -33,0 +34,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc