Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-modules-systemjs

Package Overview
Dependencies
70
Maintainers
4
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.18.4 to 7.18.5

2

lib/index.js

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

const exportedNames = this.exports[name];
if (!exportedNames) return;
if (!exportedNames) continue;

@@ -128,0 +128,0 @@ for (const exportedName of exportedNames) {

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

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

"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/core": "^7.18.5",
"@babel/helper-plugin-test-runner": "^7.16.7",

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

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