babel-plugin-styled-components
Advanced tools
Comparing version 1.10.4 to 1.10.5-gatsby
@@ -20,3 +20,3 @@ "use strict"; | ||
if (!bypassCache && localNameCache[cacheKey]) { | ||
if (!bypassCache && cacheKey in localNameCache) { | ||
return localNameCache[cacheKey]; | ||
@@ -23,0 +23,0 @@ } |
@@ -38,3 +38,3 @@ "use strict"; | ||
if (!importName || !bindings[importName.name]) { | ||
if (!importName || !bindings[importName.name] || !bindings[importName]) { | ||
(0, _helperModuleImports.addDefault)(path, 'styled-components', { | ||
@@ -41,0 +41,0 @@ nameHint: 'styled' |
{ | ||
"version": "1.10.4", | ||
"version": "1.10.5-gatsby", | ||
"name": "babel-plugin-styled-components", | ||
@@ -4,0 +4,0 @@ "description": "Improve the debugging experience and add server-side rendering support to styled-components", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
39316
2