Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-modules-systemjs

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.19.0 to 7.19.6

4

lib/index.js

@@ -15,4 +15,2 @@ "use strict";

var _utils = require("babel-plugin-dynamic-import-node/utils");
var _helperModuleTransforms = require("@babel/helper-module-transforms");

@@ -180,3 +178,3 @@

path.replaceWith(_core.types.callExpression(_core.types.memberExpression(_core.types.identifier(state.contextIdent), _core.types.identifier("import")), [(0, _utils.getImportSource)(_core.types, path.node)]));
path.replaceWith(_core.types.callExpression(_core.types.memberExpression(_core.types.identifier(state.contextIdent), _core.types.identifier("import")), [(0, _helperModuleTransforms.getDynamicImportSource)(path.node)]));
}

@@ -183,0 +181,0 @@ },

{
"name": "@babel/plugin-transform-modules-systemjs",
"version": "7.19.0",
"version": "7.19.6",
"description": "This plugin transforms ES2015 modules to SystemJS",

@@ -17,6 +17,5 @@ "repository": {

"@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-module-transforms": "^7.19.0",
"@babel/helper-module-transforms": "^7.19.6",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/helper-validator-identifier": "^7.18.6",
"babel-plugin-dynamic-import-node": "^2.3.3"
"@babel/helper-validator-identifier": "^7.19.1"
},

@@ -30,3 +29,3 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.6",
"@babel/helper-plugin-test-runner": "^7.18.6",

@@ -33,0 +32,0 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3"

Sorry, the diff of this file is not supported yet

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