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

@babel/helper-module-imports - npm Package Compare versions

Comparing version 7.0.0-beta.39 to 7.0.0-beta.40

3

lib/import-injector.js

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

function ImportInjector(path, importedSource, opts) {
this._programPath = void 0;
this._programScope = void 0;
this._file = void 0;
this._defaultOpts = {

@@ -25,0 +22,0 @@ importedSource: null,

6

package.json
{
"name": "@babel/helper-module-imports",
"version": "7.0.0-beta.39",
"version": "7.0.0-beta.40",
"description": "Babel helper functions for inserting module loads",

@@ -11,8 +11,8 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>",

"dependencies": {
"@babel/types": "7.0.0-beta.39",
"@babel/types": "7.0.0-beta.40",
"lodash": "^4.2.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.39"
"@babel/core": "7.0.0-beta.40"
}
}
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