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.0 to 1.0.1

runtime.lib.js

0

cjs/cached-node-renderer.d.ts

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DOMListRenderer } from './keyed-list-renderer';

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './css-runtime-renderer';

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

10

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

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

"clean": "rimraf ./cjs",
"build": "ts-build ./src --cjs",
"build": "ts-build ./src --cjs & yarn build:lib",
"build:lib": "node -r @ts-tools/node ./scripts/build-runtime.ts",
"lint": "run-p lint:src lint:test",

@@ -19,3 +20,4 @@ "lint:src": "tslint -p src",

"cjs",
"src"
"src",
"runtime.lib.js"
],

@@ -31,3 +33,3 @@ "engines": {

"license": "BSD-3-Clause",
"gitHead": "7bd843581c1434621e159d6026c2c521382cf8c4"
"gitHead": "29d2ee61af2f3b31a5f4128dd4f81be5debe9b23"
}

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

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