jss-plugin-template
Advanced tools
Comparing version 10.0.0-alpha.7 to 10.0.0-alpha.8
@@ -27,3 +27,3 @@ 'use strict'; | ||
if (colonIndex === -1) { | ||
warning(false, "[JSS] Malformed CSS string \"" + decl + "\""); | ||
process.env.NODE_ENV !== "production" ? warning(false, "[JSS] Malformed CSS string \"" + decl + "\"") : void 0; | ||
continue; | ||
@@ -30,0 +30,0 @@ } |
@@ -21,3 +21,3 @@ import warning from 'tiny-warning'; | ||
if (colonIndex === -1) { | ||
warning(false, "[JSS] Malformed CSS string \"" + decl + "\""); | ||
process.env.NODE_ENV !== "production" ? warning(false, "[JSS] Malformed CSS string \"" + decl + "\"") : void 0; | ||
continue; | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "jss-plugin-template", | ||
"description": "JSS plugin enables string templates", | ||
"version": "10.0.0-alpha.7", | ||
"version": "10.0.0-alpha.8", | ||
"license": "MIT", | ||
@@ -17,3 +17,3 @@ "homepage": "https://cssinjs.org/jss-template", | ||
"type": "git", | ||
"url": "git@github.com:cssinjs/jss.git" | ||
"url": "https://github.com/cssinjs/jss" | ||
}, | ||
@@ -41,3 +41,3 @@ "bugs": { | ||
"devDependencies": { | ||
"jss": "^10.0.0-alpha.7" | ||
"jss": "^10.0.0-alpha.8" | ||
}, | ||
@@ -51,3 +51,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b12732bff76a96379748d511671a401ebe354588" | ||
"gitHead": "b43e7761badfbb6b8161b8e407ab17475e61450c" | ||
} |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
15692
2