Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-dynamic-import

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-dynamic-import - npm Package Compare versions

Comparing version 7.22.5 to 7.22.11

5

lib/index.js

@@ -8,3 +8,2 @@ "use strict";

var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _pluginSyntaxDynamicImport = require("@babel/plugin-syntax-dynamic-import");
const SUPPORTED_MODULES = ["commonjs", "amd", "systemjs"];

@@ -27,5 +26,5 @@ const MODULES_NOT_FOUND = `\

name: "transform-dynamic-import",
inherits: _pluginSyntaxDynamicImport.default,
inherits: require("@babel/plugin-syntax-dynamic-import").default,
pre() {
this.file.set("@babel/plugin-proposal-dynamic-import", "7.22.5");
this.file.set("@babel/plugin-proposal-dynamic-import", "7.22.11");
},

@@ -32,0 +31,0 @@ visitor: {

4

package.json
{
"name": "@babel/plugin-transform-dynamic-import",
"version": "7.22.5",
"version": "7.22.11",
"description": "Transform import() expressions",

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

"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.11",
"@babel/helper-plugin-test-runner": "^7.22.5"

@@ -29,0 +29,0 @@ },

@@ -5,3 +5,3 @@ # @babel/plugin-transform-dynamic-import

See our website [@babel/plugin-transform-dynamic-import](https://babeljs.io/docs/en/babel-plugin-transform-dynamic-import) for more information.
See our website [@babel/plugin-transform-dynamic-import](https://babeljs.io/docs/babel-plugin-transform-dynamic-import) for more information.

@@ -8,0 +8,0 @@ ## Install

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc