New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stylable/runtime

Package Overview
Dependencies
Maintainers
6
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 3.11.8 to 4.0.0-alpha.0

2

cjs/types.d.ts

@@ -19,3 +19,3 @@ export declare type StateValue = boolean | number | string;

}
export declare type STFunction = (context: string, stateOrClass?: string | StateMap | undefined, ...classes: Array<string | undefined>) => string;
export declare type STFunction = (context: string | undefined, stateOrClass?: string | StateMap | undefined, ...classes: Array<string | undefined>) => string;
export interface RuntimeStylesheet extends StylableExports, RenderableStylesheet {

@@ -22,0 +22,0 @@ namespace: string;

{
"name": "@stylable/runtime",
"version": "3.11.8",
"version": "4.0.0-alpha.0",
"description": "Stylable runtime DOM integration",

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

"test:e2e": "mocha \"test/e2e/**/*.spec.[tj]s?(x)\" --timeout 20000",
"test": "run-p test:unit test:e2e"
"test": "run-p test:unit test:e2e",
"prepack": "yarn build"
},

@@ -22,3 +23,3 @@ "files": [

"engines": {
"node": ">=10"
"node": ">=12"
},

@@ -30,3 +31,4 @@ "publishConfig": {

"author": "Wix.com",
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"gitHead": "f794574e154eb415e0dc41bd6c459543704d952f"
}

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

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

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

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

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

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

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

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 @@ {

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

export type STFunction = (
context: string,
context: string | undefined,
stateOrClass?: string | StateMap | undefined,

@@ -28,0 +28,0 @@ ...classes: Array<string | undefined>

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