You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@babel/helper-module-imports

Package Overview
Dependencies
Maintainers
6
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.12.1 to 7.12.5

3

lib/import-injector.js

@@ -24,5 +24,2 @@ "use strict";

constructor(path, importedSource, opts) {
this._programPath = void 0;
this._programScope = void 0;
this._hub = void 0;
this._defaultOpts = {

@@ -29,0 +26,0 @@ importedSource: null,

6

package.json
{
"name": "@babel/helper-module-imports",
"version": "7.12.1",
"version": "7.12.5",
"description": "Babel helper functions for inserting module loads",

@@ -18,7 +18,7 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>",

"dependencies": {
"@babel/types": "^7.12.1"
"@babel/types": "^7.12.5"
},
"devDependencies": {
"@babel/core": "^7.12.1"
"@babel/core": "7.12.3"
}
}

@@ -5,3 +5,3 @@ # @babel/helper-module-imports

See our website [@babel/helper-module-imports](https://babeljs.io/docs/en/next/babel-helper-module-imports.html) for more information.
See our website [@babel/helper-module-imports](https://babeljs.io/docs/en/babel-helper-module-imports) for more information.

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

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