Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-modules-commonjs

Package Overview
Dependencies
Maintainers
4
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.17.9 to 7.17.12

7

lib/index.js

@@ -32,6 +32,7 @@ "use strict";

lazy = false,
allowCommonJSExports = true
allowCommonJSExports = true,
loose = false
} = options;
const constantReexports = (_api$assumption = api.assumption("constantReexports")) != null ? _api$assumption : options.loose;
const enumerableModuleMeta = (_api$assumption2 = api.assumption("enumerableModuleMeta")) != null ? _api$assumption2 : options.loose;
const constantReexports = (_api$assumption = api.assumption("constantReexports")) != null ? _api$assumption : loose;
const enumerableModuleMeta = (_api$assumption2 = api.assumption("enumerableModuleMeta")) != null ? _api$assumption2 : loose;
const noIncompleteNsImportDetection = (_api$assumption3 = api.assumption("noIncompleteNsImportDetection")) != null ? _api$assumption3 : false;

@@ -38,0 +39,0 @@

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

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

"dependencies": {
"@babel/helper-module-transforms": "^7.17.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-module-transforms": "^7.17.12",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-simple-access": "^7.17.7",

@@ -29,5 +29,5 @@ "babel-plugin-dynamic-import-node": "^2.3.3"

"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/core": "^7.17.12",
"@babel/helper-plugin-test-runner": "^7.16.7",
"@babel/plugin-external-helpers": "^7.16.7",
"@babel/plugin-external-helpers": "^7.17.12",
"@babel/plugin-syntax-class-static-block": "^7.14.5",

@@ -34,0 +34,0 @@ "@babel/plugin-syntax-object-rest-spread": "^7.8.3"

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