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 2.1.4-alpha.0 to 2.1.4-alpha.1

1

cjs/css-runtime-stylesheet-legacy.js

@@ -65,2 +65,3 @@ "use strict";

stylable_runtime_stylesheet.root = stylesheet.classes.root;
stylable_runtime_stylesheet.originStylesheet = stylesheet;
return stylable_runtime_stylesheet;

@@ -67,0 +68,0 @@ }

4

package.json
{
"name": "@stylable/runtime",
"version": "2.1.4-alpha.0",
"version": "2.1.4-alpha.1",
"description": "Stylable runtime DOM integration",

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

"license": "BSD-3-Clause",
"gitHead": "afc507c97909ce8d221ca4dc90344fadbc0e385a"
"gitHead": "7b98ed2f112e0d38a407d8bb00aef01ddf4e6163"
}

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

/* runtime version: 2.1.4-alpha.0 */
/* runtime version: 2.1.4-alpha.1 */
function StylableRuntime(exports){

@@ -315,2 +315,3 @@ exports = exports || {};

stylable_runtime_stylesheet.root = stylesheet.classes.root;
stylable_runtime_stylesheet.originStylesheet = stylesheet;
return stylable_runtime_stylesheet;

@@ -317,0 +318,0 @@ }

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

/* runtime version: 2.1.4-alpha.0 */
/* runtime version: 2.1.4-alpha.1 */
function StylableRuntime(exports){

@@ -3,0 +3,0 @@ exports = exports || {};

@@ -85,3 +85,5 @@ import { RuntimeRenderer } from './css-runtime-renderer';

(stylable_runtime_stylesheet as any).originStylesheet = stylesheet;
return stylable_runtime_stylesheet;
}

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