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

@stylable/build-tools

Package Overview
Dependencies
Maintainers
7
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/build-tools - npm Package Compare versions

Comparing version 4.7.0 to 4.7.1

3

dist/process-url-dependencies.js

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

const core_1 = require("@stylable/core");
const process_declaration_functions_1 = require("@stylable/core/dist/process-declaration-functions");
const path_1 = require("path");

@@ -24,3 +25,3 @@ function defaultFilter() {

meta.outputAst.walkDecls((node) => {
(0, core_1.processDeclarationFunctions)(node, (functionNode) => {
(0, process_declaration_functions_1.processDeclarationFunctions)(node, (functionNode) => {
if (functionNode.type === 'url') {

@@ -27,0 +28,0 @@ onUrl(functionNode);

{
"name": "@stylable/build-tools",
"version": "4.7.0",
"version": "4.7.1",
"description": "Collection of helper functions for Stylable based tooling.",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"dependencies": {
"@stylable/core": "^4.7.0",
"@stylable/core": "^4.7.1",
"find-config": "^1.0.0"

@@ -13,0 +13,0 @@ },

import type { UrlNode } from 'css-selector-tokenizer';
import { isAsset, makeAbsolute, processDeclarationFunctions, StylableMeta } from '@stylable/core';
import { isAsset, makeAbsolute, StylableMeta } from '@stylable/core';
import { processDeclarationFunctions } from '@stylable/core/dist/process-declaration-functions';
import { dirname } from 'path';

@@ -4,0 +5,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