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.4 to 1.3.1

4

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

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

"license": "BSD-3-Clause",
"gitHead": "c8b12cc3c64557c6721beec89353b25adb8cc78c"
"gitHead": "97607ddfac4fffc49c7aab7005138994a0f0e2c3"
}

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

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

/* runtime version: 1.0.4 */
/* runtime version: 1.3.1 */
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 { AttributeMap, InheritedAttributes, RuntimeStylesheet, StateMap } from './types';

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

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