Socket
Socket
Sign inDemoInstall

@babel/helper-module-imports

Package Overview
Dependencies
Maintainers
5
Versions
76
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.51 to 7.0.0-beta.52

6

package.json
{
"name": "@babel/helper-module-imports",
"version": "7.0.0-beta.51",
"version": "7.0.0-beta.52",
"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.51",
"@babel/types": "7.0.0-beta.52",
"lodash": "^4.17.5"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.51"
"@babel/core": "7.0.0-beta.52"
}
}

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

See our website [@babel/helper-module-imports](https://new.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/next/babel-helper-module-imports.html) for more information.

@@ -13,3 +13,3 @@ ## Install

```sh
npm install --save @babel/helper-module-imports
npm install --save-dev @babel/helper-module-imports
```

@@ -20,3 +20,3 @@

```sh
yarn add --save @babel/helper-module-imports
yarn add @babel/helper-module-imports --dev
```
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