Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.1.0-alpha.3 to 4.1.0

5

dist/types.d.ts

@@ -37,7 +37,2 @@ export declare type StateValue = boolean | number | string;

}
export interface Host {
sts?: (namespace: string, context: string | undefined, stateOrClass?: string | StateMap | undefined, ...classes: Array<string | undefined>) => string;
stc?: (namespace: string, stateMapping?: StateMap | null | undefined) => string;
sti?: (namespace: string, css: string, depth: number, runtimeId: string) => void;
}
//# sourceMappingURL=types.d.ts.map

3

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

@@ -13,3 +13,2 @@ "main": "dist/index.js",

"dist",
"esm",
"!dist/test",

@@ -16,0 +15,0 @@ "src",

@@ -49,12 +49,1 @@ export type StateValue = boolean | number | string;

}
export interface Host {
sts?: (
namespace: string,
context: string | undefined,
stateOrClass?: string | StateMap | undefined,
...classes: Array<string | undefined>
) => string;
stc?: (namespace: string, stateMapping?: StateMap | null | undefined) => string;
sti?: (namespace: string, css: string, depth: number, runtimeId: string) => void;
}

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