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

@stylable/core

Package Overview
Dependencies
Maintainers
7
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/core - npm Package Compare versions

Comparing version 4.14.1 to 4.14.2

7

dist/features/css-type.js

@@ -73,3 +73,8 @@ "use strict";

const { symbol, meta } = (0, resolve_1.getOriginDefinition)(resolved);
CSSClass.namespaceClass(meta, symbol, node, selectorContext.originMeta);
if (symbol._kind === 'class') {
CSSClass.namespaceClass(meta, symbol, node, selectorContext.originMeta);
}
else {
node.value = symbol.name;
}
}

@@ -76,0 +81,0 @@ },

2

package.json
{
"name": "@stylable/core",
"version": "4.14.1",
"version": "4.14.2",
"description": "CSS for Components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -70,3 +70,7 @@ import { createFeature, FeatureContext } from './feature';

const { symbol, meta } = getOriginDefinition(resolved);
CSSClass.namespaceClass(meta, symbol, node, selectorContext.originMeta);
if (symbol._kind === 'class') {
CSSClass.namespaceClass(meta, symbol, node, selectorContext.originMeta);
} else {
node.value = symbol.name;
}
}

@@ -73,0 +77,0 @@ },

Sorry, the diff of this file is not supported yet

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