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

to
10.6.0

20

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

@@ -1571,7 +1571,17 @@ function symbolObservablePonyfill(root) {

/* eslint-disable */
// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
var globalThis = typeof window != 'undefined' && window.Math == Math ? window : typeof self != 'undefined' && self.Math == Math ? self : Function('return this')();
/**
* Now that `globalThis` is available on most platforms
* (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis#browser_compatibility)
* we check for `globalThis` first. `globalThis` is necessary for jss
* to run in Agoric's secure version of JavaScript (SES). Under SES,
* `globalThis` exists, but `window`, `self`, and `Function('return
* this')()` are all undefined for security reasons.
*
* https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
*/
var globalThis$1 = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' && window.Math === Math ? window : typeof self !== 'undefined' && self.Math === Math ? self : Function('return this')();
var ns = '2f1acc6c3a606b082e5eef5e54414ffb';
if (globalThis[ns] == null) globalThis[ns] = 0; // Bundle may contain multiple JSS versions at the same time. In order to identify
if (globalThis$1[ns] == null) globalThis$1[ns] = 0; // Bundle may contain multiple JSS versions at the same time. In order to identify
// the current version with just one short number and use it for classes generation

@@ -1581,3 +1591,3 @@ // we use a counter. Also it is more accurate, because user can manually reevaluate

var moduleId = globalThis[ns]++;
var moduleId = globalThis$1[ns]++;
var maxRules = 1e10;

@@ -2098,3 +2108,3 @@ /**

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

@@ -2101,0 +2111,0 @@ this.options = {

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

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

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

@@ -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.5.1) for more information.
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.6.0) for more information.

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