Socket
Socket
Sign inDemoInstall

babel-plugin-grommet

Package Overview
Dependencies
9
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.2.0

2

index.js

@@ -16,3 +16,3 @@ const types = require('babel-types');

file => file.replace(/node_modules\/|\.js/g, '')
);
).reverse(); // reverse so es6 modules have higher priority
const memberImports = path.node.specifiers.filter(

@@ -19,0 +19,0 @@ specifier => specifier.type === 'ImportSpecifier'

{
"version": "0.1.1",
"version": "0.2.0",
"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