Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@redhat-cloud-services/babel-plugin-transform-imports

Package Overview
Dependencies
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redhat-cloud-services/babel-plugin-transform-imports - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -59,3 +59,3 @@ const transformImports = require('babel-plugin-transform-imports');

visitor: {
ImportDeclaration: function (path, { opts, state }) {
ImportDeclaration: function (path, { opts, ...state }) {
const { visitor: { ImportDeclaration } } = transformImports();

@@ -62,0 +62,0 @@ Object.entries(opts).forEach(([ key, enablements ]) => {

{
"name": "@redhat-cloud-services/babel-plugin-transform-imports",
"version": "0.0.2",
"version": "0.0.3",
"description": "Tranform imports plugin for RHCS project and PF dependencies",

@@ -5,0 +5,0 @@ "main": "index.js",

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