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

@stylable/node

Package Overview
Dependencies
Maintainers
6
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 6.0.1 to 6.0.2

10

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

@@ -10,6 +10,6 @@ "main": "dist/index.js",

"dependencies": {
"@file-services/node": "^9.0.0",
"@stylable/build-tools": "^6.0.1",
"@stylable/core": "^6.0.1",
"@stylable/module-utils": "^6.0.1",
"@file-services/node": "^9.2.0",
"@stylable/build-tools": "^6.0.2",
"@stylable/core": "^6.0.2",
"@stylable/module-utils": "^6.0.2",
"find-config": "^1.0.0"

@@ -16,0 +16,0 @@ },

@@ -61,3 +61,3 @@ import type { StylableConfig } from '@stylable/core';

require.extensions[HOOK_EXTENSION] = function cssModulesHook(m: any, filename: string) {
if (matcher!(filename) || !prevHook) {
if (matcher(filename) || !prevHook) {
const useJSModule = !ignoreJSModules && fs.existsSync(filename + '.js');

@@ -64,0 +64,0 @@ const source = fs.readFileSync(useJSModule ? filename + '.js' : filename).toString();

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