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

@stylable/runtime

Package Overview
Dependencies
Maintainers
5
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/runtime - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

cjs/css-runtime-stylesheet.js

@@ -54,2 +54,4 @@ "use strict";

Object.setPrototypeOf(stylable_runtime_stylesheet, locals);
// EDGE CACHE BUG FIX
stylable_runtime_stylesheet[locals.$root] = locals[locals.$root];
return stylable_runtime_stylesheet;

@@ -56,0 +58,0 @@ }

4

package.json
{
"name": "@stylable/runtime",
"version": "1.0.3",
"version": "1.0.4",
"description": "Stylable runtime DOM integration",

@@ -31,3 +31,3 @@ "main": "cjs/index.js",

"license": "BSD-3-Clause",
"gitHead": "c1482394cb94ebcd9e290f25e0d92ca36499fe08"
"gitHead": "c8b12cc3c64557c6721beec89353b25adb8cc78c"
}

@@ -0,0 +0,0 @@ # @stylable/runtime

@@ -1,2 +0,2 @@

/* runtime version: 1.0.3 */
/* runtime version: 1.0.4 */
function StylableRuntime(exports){

@@ -221,2 +221,4 @@ exports = exports || {};

Object.setPrototypeOf(stylable_runtime_stylesheet, locals);
// EDGE CACHE BUG FIX
stylable_runtime_stylesheet[locals.$root] = locals[locals.$root];
return stylable_runtime_stylesheet;

@@ -223,0 +225,0 @@ }

@@ -0,0 +0,0 @@ import { NodeRenderer, RenderableStylesheet } from './types';

@@ -0,0 +0,0 @@ import { CacheStyleNodeRenderer } from './cached-node-renderer';

@@ -80,3 +80,7 @@ import { AttributeMap, InheritedAttributes, RuntimeStylesheet, StateMap } from './types';

// EDGE CACHE BUG FIX
(stylable_runtime_stylesheet as any)[locals.$root] = locals[locals.$root];
return stylable_runtime_stylesheet as RuntimeStylesheet;
}

@@ -83,0 +87,0 @@

export * from './css-runtime-renderer';
export * from './css-runtime-stylesheet';
export * from './types';

@@ -0,0 +0,0 @@ import { NodeRenderer } from './types';

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ export type StateValue = boolean | number | string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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