New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jss-plugin-template

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jss-plugin-template - npm Package Compare versions

Comparing version 10.0.0-alpha.7 to 10.0.0-alpha.8

2

dist/jss-plugin-template.cjs.js

@@ -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

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