Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jss-plugin-compose

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jss-plugin-compose - npm Package Compare versions

Comparing version 10.1.1 to 10.2.0

4

dist/jss-plugin-compose.bundle.js

@@ -51,3 +51,3 @@ function warning(condition, message) {

if (!refRule) {
warning(false, "[JSS] Referenced rule is not defined. \n" + rule.toString());
warning(false, "[JSS] Referenced rule is not defined. \n" + rule.toString()) ;
return false;

@@ -57,3 +57,3 @@ }

if (refRule === rule) {
warning(false, "[JSS] Cyclic composition detected. \n" + rule.toString());
warning(false, "[JSS] Cyclic composition detected. \n" + rule.toString()) ;
return false;

@@ -60,0 +60,0 @@ }

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = global || self, factory(global.jssPluginCompose = {}));
}(this, function (exports) { 'use strict';
}(this, (function (exports) { 'use strict';

@@ -58,3 +58,3 @@ function warning(condition, message) {

if (!refRule) {
warning(false, "[JSS] Referenced rule is not defined. \n" + rule.toString());
warning(false, "[JSS] Referenced rule is not defined. \n" + rule.toString()) ;
return false;

@@ -64,3 +64,3 @@ }

if (refRule === rule) {
warning(false, "[JSS] Cyclic composition detected. \n" + rule.toString());
warning(false, "[JSS] Cyclic composition detected. \n" + rule.toString()) ;
return false;

@@ -102,3 +102,3 @@ }

}));
})));
//# sourceMappingURL=jss-plugin-compose.js.map
{
"name": "jss-plugin-compose",
"description": "JSS plugin for classes composition",
"version": "10.1.1",
"version": "10.2.0",
"license": "MIT",

@@ -39,6 +39,6 @@ "homepage": "https://cssinjs.org/jss-compose",

"@babel/runtime": "^7.3.1",
"jss": "10.1.1",
"jss": "10.2.0",
"tiny-warning": "^1.0.2"
},
"gitHead": "2ed79e0139cfc06922ef74a6e5745f219d23ee80"
"gitHead": "671c03fabb07b1a750e1b949fa89b1415654e077"
}

@@ -12,3 +12,3 @@ # jss-plugin-compose

See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.1.1) for more information.
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.2.0) for more information.

@@ -15,0 +15,0 @@ ## Install

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