Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stylable/node

Package Overview
Dependencies
Maintainers
5
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/node - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export * from './stylable-module-source';

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

@@ -0,0 +0,0 @@ import { StylableConfig } from '@stylable/core';

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

import { processNamespace } from '@stylable/core';
export declare const resolveNamespace: typeof processNamespace;
//# sourceMappingURL=resolve-namespace.d.ts.map

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

import { StylableConfig } from '@stylable/core';
export declare function stylableModuleFactory(stylableOptions: StylableConfig, runtimePath?: string): (source: string, path: string) => string;
//# sourceMappingURL=stylable-module-factory.d.ts.map

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

import { StylableResults } from '@stylable/core';
export declare function generateModuleSource(stylableResult: StylableResults, injectCSS: boolean, runtimePath?: string): string;
//# sourceMappingURL=stylable-module-source.d.ts.map

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

6

package.json
{
"name": "@stylable/node",
"version": "0.1.18",
"version": "0.1.19",
"description": "Integrate Stylable into your node application",

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

"dependencies": {
"@stylable/core": "^0.1.15",
"@stylable/core": "^0.1.16",
"find-config": "^1.0.0",

@@ -32,3 +32,3 @@ "murmurhash": "^0.0.2"

"license": "BSD-3-Clause",
"gitHead": "0b341efa8f5b52aa927d4c0434d7f2f7dc6fe4c2"
"gitHead": "1126baf1321a0b5d30685a2a33395f73372ea076"
}

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

const {attachHook} = require(__dirname)
attachHook()

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