@atlaspack/babel-plugin-transform-contextual-imports
Advanced tools
Comparing version 2.12.1-canary.3467 to 2.12.1-canary.3468
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
32268