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 0.2.0-alpha.0 to 1.0.0

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

4

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

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

"license": "BSD-3-Clause",
"gitHead": "9705292eb59661087c074dc973287f3898687679"
"gitHead": "7bd843581c1434621e159d6026c2c521382cf8c4"
}

@@ -62,3 +62,1 @@ # @stylable/runtime

Copyright (c) 2017 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a [BSD license](./LICENSE).

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