Comparing version 0.1.0-alpha.0 to 0.1.0-alpha.1
{ | ||
"name": "fbjs", | ||
"version": "0.1.0-alpha.0", | ||
"version": "0.1.0-alpha.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,4 @@ /** | ||
exit: function(node, parent) { | ||
if (this.get('callee').isIdentifier({name: 'require'})) { | ||
if (this.get('callee').isIdentifier({name: 'require'}) && | ||
node.arguments[0].type === 'Literal') { | ||
// Turns this code: | ||
@@ -21,0 +22,0 @@ // |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
57861
1417
0