Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/plugin-transform-modules-systemjs

Package Overview
Dependencies
Maintainers
6
Versions
102
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.12.13 to 7.13.8

2

lib/index.js

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

if (specifiers == null ? void 0 : specifiers.length) {
if (specifiers != null && specifiers.length) {
if (path.node.source) {

@@ -334,0 +334,0 @@ pushModule(path.node.source.value, "exports", specifiers);

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

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

"dependencies": {
"@babel/helper-hoist-variables": "^7.12.13",
"@babel/helper-module-transforms": "^7.12.13",
"@babel/helper-plugin-utils": "^7.12.13",
"@babel/helper-hoist-variables": "^7.13.0",
"@babel/helper-module-transforms": "^7.13.0",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-validator-identifier": "^7.12.11",

@@ -30,7 +30,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3"

"devDependencies": {
"@babel/core": "7.12.13",
"@babel/core": "7.13.8",
"@babel/helper-plugin-test-runner": "7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs"
}
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