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

@stylable/core

Package Overview
Dependencies
Maintainers
6
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 3.12.3 to 3.12.4

2

cjs/stylable-transformer.js

@@ -945,3 +945,3 @@ "use strict";

const a = resolved[0];
const b = resolved[1];
const b = resolved[resolved.length - 1];
rule.after(selector_utils_1.createWarningRule(b.symbol.name, this.scope(b.symbol.name, b.meta.namespace), path_1.basename(b.meta.source), a.symbol.name, this.scope(a.symbol.name, a.meta.namespace), path_1.basename(a.meta.source), true));

@@ -948,0 +948,0 @@ });

{
"name": "@stylable/core",
"version": "3.12.3",
"version": "3.12.4",
"description": "CSS for Components",

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

@@ -1310,3 +1310,3 @@ import { basename } from 'path';

const a = resolved[0];
const b = resolved[1];
const b = resolved[resolved.length - 1];
rule.after(

@@ -1313,0 +1313,0 @@ createWarningRule(

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