Socket
Socket
Sign inDemoInstall

babel-plugin-grommet

Package Overview
Dependencies
9
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

10

index.js

@@ -52,6 +52,8 @@ const types = require('babel-types');

);
transforms.push(types.importDeclaration(
[newImportSpecifier],
types.stringLiteral(newPath)
));
if (newPath) {
transforms.push(types.importDeclaration(
[newImportSpecifier],
types.stringLiteral(newPath)
));
}
});

@@ -58,0 +60,0 @@

2

package.json
{
"version": "0.5.1",
"version": "0.5.2",
"name": "babel-plugin-grommet",

@@ -4,0 +4,0 @@ "description": "Babel plugin to transform member style imports into default imports",

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