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

jss-plugin-rule-value-observable

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-rule-value-observable - npm Package Compare versions

Comparing version 10.0.4 to 10.1.0

9

dist/jss-plugin-rule-value-observable.bundle.js

@@ -773,3 +773,3 @@ function symbolObservablePonyfill(root) {

for (var index = 0; index < this.style.length; index++) {
str += toCss(this.key, this.style[index]);
str += toCss(this.at, this.style[index]);
if (this.style[index + 1]) str += '\n';

@@ -781,3 +781,3 @@ }

return toCss(this.key, this.style, options);
return toCss(this.at, this.style, options);
};

@@ -788,5 +788,6 @@

var keyRegExp$2 = /@font-face/;
var pluginFontFaceRule = {
onCreateRule: function onCreateRule(key, style, options) {
return key === '@font-face' ? new FontFaceRule(key, style, options) : null;
return keyRegExp$2.test(key) ? new FontFaceRule(key, style, options) : null;
}

@@ -2073,3 +2074,3 @@ };

this.id = instanceCounter++;
this.version = "10.0.4";
this.version = "10.1.0";
this.plugins = new PluginsRegistry();

@@ -2076,0 +2077,0 @@ this.options = {

{
"name": "jss-plugin-rule-value-observable",
"description": "JSS plugin for TC39 Observables support",
"version": "10.0.4",
"version": "10.1.0",
"license": "MIT",

@@ -44,6 +44,6 @@ "homepage": "https://cssinjs.org/",

"@babel/runtime": "^7.3.1",
"jss": "10.0.4",
"jss": "10.1.0",
"symbol-observable": "^1.2.0"
},
"gitHead": "cbffc17d6f2452164712b6b654e6d331d0922f8b"
"gitHead": "4e1d4289995bbc080eaf7d21fbc48b939a639ca8"
}

@@ -12,3 +12,3 @@ # jss-plugin-rule-value-observable

See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.0.4) for more information.
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.1.0) for more information.

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

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