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

@stylable/core

Package Overview
Dependencies
Maintainers
5
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 2.1.3 to 2.1.4

2

cjs/stylable-processor.js

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

}
else if (locallyScoped === false) {
else if (locallyScoped === false && !inStScope) {
_this.diagnostics.warn(rule, exports.processorWarnings.UNSCOPED_CLASS(name), {

@@ -301,0 +301,0 @@ word: name

{
"name": "@stylable/core",
"version": "2.1.3",
"version": "2.1.4",
"description": "CSS for Components",

@@ -19,3 +19,3 @@ "main": "./cjs/index.js",

"enhanced-resolve": "^4.1.0",
"is-vendor-prefixed": "^3.3.0",
"is-vendor-prefixed": "^3.3.1",
"jest-docblock": "^24.3.0",

@@ -30,3 +30,3 @@ "lodash.clonedeep": "^4.5.0",

"postcss-selector-matches": "^4.0.0",
"postcss-value-parser": "^4.0.0",
"postcss-value-parser": "^4.0.2",
"url-regex": "^5.0.0"

@@ -51,3 +51,3 @@ },

"license": "BSD-3-Clause",
"gitHead": "dcc4099d179ea4fdf3adc54c325b6175ff484266"
"gitHead": "7649161870e66f45df058db8157b4e03afba98a1"
}

@@ -354,3 +354,3 @@ import hash from 'murmurhash';

locallyScoped = true;
} else if (locallyScoped === false) {
} else if (locallyScoped === false && !inStScope) {
this.diagnostics.warn(rule, processorWarnings.UNSCOPED_CLASS(name), {

@@ -357,0 +357,0 @@ word: name

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