Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-modules-commonjs

Package Overview
Dependencies
54
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.23.0 to 7.23.3

3

lib/index.js

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

var _hooks = require("./hooks.js");
var _default = (0, _helperPluginUtils.declare)((api, options) => {
var _default = exports.default = (0, _helperPluginUtils.declare)((api, options) => {
var _api$assumption, _api$assumption2, _api$assumption3;

@@ -197,4 +197,3 @@ api.assertVersion(7);

});
exports.default = _default;
//# sourceMappingURL=index.js.map

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

name: `${"@babel/plugin-transform-modules-commonjs"}/lazy`,
version: "7.23.0",
version: "7.23.3",
getWrapperPayload(source, metadata) {

@@ -14,0 +14,0 @@ if ((0, _helperModuleTransforms.isSideEffectImport)(metadata) || metadata.reexportAll) {

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

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

"dependencies": {
"@babel/helper-module-transforms": "^7.23.0",
"@babel/helper-module-transforms": "^7.23.3",
"@babel/helper-plugin-utils": "^7.22.5",

@@ -28,5 +28,5 @@ "@babel/helper-simple-access": "^7.22.5"

"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/plugin-external-helpers": "^7.22.5"
"@babel/plugin-external-helpers": "^7.23.3"
},

@@ -33,0 +33,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",

Sorry, the diff of this file is not supported yet

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