Socket
Socket
Sign inDemoInstall

stylable

Package Overview
Dependencies
Maintainers
4
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylable - npm Package Compare versions

Comparing version 5.3.2 to 5.3.3

dist/tests/stylable-transformer/scoping-edge-cases.spec.d.ts

3

dist/src/stylable-transformer.js

@@ -290,2 +290,3 @@ "use strict";

else {
meta = originMeta;
current = originMeta;

@@ -332,3 +333,3 @@ symbol = originMeta.classes[originMeta.root];

if (scopeRoot) {
this.applyRootScoping(meta, selectorAst);
this.applyRootScoping(originMeta, selectorAst);
}

@@ -335,0 +336,0 @@ return {

{
"name": "stylable",
"version": "5.3.2",
"version": "5.3.3",
"description": "CSS for Components",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -409,3 +409,2 @@ import * as postcss from 'postcss';

const addedSelectors: AdditionalSelector[] = [];
const elements = selectorAst.nodes.map(selectorNode => {

@@ -427,2 +426,3 @@ const selectorElements: ResolvedElement[] = [];

} else {
meta = originMeta;
current = originMeta;

@@ -469,3 +469,3 @@ symbol = originMeta.classes[originMeta.root];

if (scopeRoot) {
this.applyRootScoping(meta, selectorAst);
this.applyRootScoping(originMeta, selectorAst);
}

@@ -472,0 +472,0 @@

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