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.6.0 to 10.7.0

13

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

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

if (result) result += '\n';
result += "" + indentStr(prop + ": " + toCssValue(value) + ";", indent);
result += indentStr(prop + ": " + toCssValue(value) + ";", indent);
}

@@ -259,3 +259,3 @@ }

if (result) result += '\n';
result += "" + indentStr(_prop + ": " + toCssValue(_value) + ";", indent);
result += indentStr(_prop + ": " + toCssValue(_value) + ";", indent);
}

@@ -271,3 +271,3 @@ }

if (result) result += '\n';
result += "" + indentStr(_prop2 + ": " + toCssValue(_value2) + ";", indent);
result += indentStr(_prop2 + ": " + toCssValue(_value2) + ";", indent);
}

@@ -1607,3 +1607,4 @@ } // Allow empty style in this case, because properties will be added dynamically.

var ruleCounter = 0;
return function (rule, sheet) {
var generateId = function generateId(rule, sheet) {
ruleCounter += 1;

@@ -1635,2 +1636,4 @@

};
return generateId;
};

@@ -2111,3 +2114,3 @@ /**

this.id = instanceCounter++;
this.version = "10.6.0";
this.version = "10.7.0";
this.plugins = new PluginsRegistry();

@@ -2114,0 +2117,0 @@ this.options = {

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

@@ -10,2 +10,3 @@ "homepage": "https://cssinjs.org/",

"unpkg": "dist/jss-plugin-rule-value-observable.bundle.js",
"sideEffects": false,
"typings": "./src/index.d.ts",

@@ -45,6 +46,6 @@ "author": "JSS Team",

"@babel/runtime": "^7.3.1",
"jss": "10.6.0",
"jss": "10.7.0",
"symbol-observable": "^1.2.0"
},
"gitHead": "8a620dc05b69dff493fb8f4248a888b9994b4c5f"
"gitHead": "b4ead286205e3bf6afe9e2d40ae0a0be98a66acf"
}

@@ -8,7 +8,6 @@ # jss-plugin-rule-value-observable

[![Dependencies](https://img.shields.io/david/cssinjs/jss.svg?path=packages%2Fjss-plugin-rule-value-observable&style=flat)](https://npmjs.org/package/jss-plugin-rule-value-observable)
[![Gitter](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/cssinjs/lobby)
> JSS plugin for TC39 Observables support
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.6.0) for more information.
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.7.0) for more information.

@@ -15,0 +14,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