Socket
Socket
Sign inDemoInstall

jss-plugin-extend

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-extend - npm Package Compare versions

Comparing version 10.1.1 to 10.2.0

2

dist/jss-plugin-extend.bundle.js

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

if (refRule === rule) {
warning(false, "[JSS] A rule tries to extend itself \n" + rule.toString());
warning(false, "[JSS] A rule tries to extend itself \n" + rule.toString()) ;
return;

@@ -39,0 +39,0 @@ }

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

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

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

if (refRule === rule) {
warning(false, "[JSS] A rule tries to extend itself \n" + rule.toString());
warning(false, "[JSS] A rule tries to extend itself \n" + rule.toString()) ;
return;

@@ -168,3 +168,3 @@ }

}));
})));
//# sourceMappingURL=jss-plugin-extend.js.map
{
"name": "jss-plugin-extend",
"description": "JSS plugin that enables mixing in styles.",
"version": "10.1.1",
"version": "10.2.0",
"license": "MIT",

@@ -37,12 +37,12 @@ "homepage": "https://cssinjs.org/jss-extend",

"devDependencies": {
"jss-plugin-expand": "10.1.1",
"jss-plugin-nested": "10.1.1",
"jss-plugin-rule-value-function": "10.1.1"
"jss-plugin-expand": "10.2.0",
"jss-plugin-nested": "10.2.0",
"jss-plugin-rule-value-function": "10.2.0"
},
"dependencies": {
"@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-extend

See our website [jss-plugin-extend](https://cssinjs.org/jss-plugin-extend?v=v10.1.1) for more information.
See our website [jss-plugin-extend](https://cssinjs.org/jss-plugin-extend?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