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

@atlaspack/babel-plugin-transform-contextual-imports

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/babel-plugin-transform-contextual-imports - npm Package Compare versions

Comparing version 2.12.1-canary.3467 to 2.12.1-canary.3468

4

package.json
{
"name": "@atlaspack/babel-plugin-transform-contextual-imports",
"version": "2.12.1-canary.3467+a47b7c439",
"version": "2.12.1-canary.3468+895ce5022",
"license": "(MIT OR Apache-2.0)",

@@ -25,3 +25,3 @@ "publishConfig": {

},
"gitHead": "a47b7c4391964f7eaeea763acb5a12865c8bdfe8"
"gitHead": "895ce502277dc44997129af501742089a06b1023"
}

@@ -135,3 +135,3 @@ import {PluginObj} from '@babel/core';

path.node.arguments.length == 3 &&
path.node.arguments.every(arg => arg.type === 'StringLiteral')
path.node.arguments.every((arg) => arg.type === 'StringLiteral')
) {

@@ -138,0 +138,0 @@ const [cond, ifTrue, ifFalse] = path.node.arguments;

Sorry, the diff of this file is not supported yet

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