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.3.1-alpha.0 to 2.3.1

1

cjs/css-runtime-stylesheet-legacy.js

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

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

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

4

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

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

"license": "BSD-3-Clause",
"gitHead": "df3e414745ed1a5d70ce7c8a7f5f27b5ca03a4d3"
"gitHead": "f28edefa3aa4a1276789b206e9e9f25d7869447f"
}

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

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

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

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

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

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

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

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

@@ -85,5 +85,3 @@ 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