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.0 to 4.14.1

6

dist/helpers/import.js

@@ -446,4 +446,6 @@ "use strict";

const resolved = stylable.resolver.resolvePath(context, request);
imports.add(resolved);
tryCollectImportsDeep(stylable, stylable.analyze(resolved), imports);
if (!imports.has(resolved)) {
imports.add(resolved);
tryCollectImportsDeep(stylable, stylable.analyze(resolved), imports);
}
}

@@ -450,0 +452,0 @@ catch (e) {

{
"name": "@stylable/core",
"version": "4.14.0",
"version": "4.14.1",
"description": "CSS for Components",

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

@@ -555,4 +555,7 @@ import path from 'path';

const resolved = stylable.resolver.resolvePath(context, request);
imports.add(resolved);
tryCollectImportsDeep(stylable, stylable.analyze(resolved), imports);
if (!imports.has(resolved)) {
imports.add(resolved);
tryCollectImportsDeep(stylable, stylable.analyze(resolved), imports);
}
} catch (e) {

@@ -559,0 +562,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