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

@stylable/build-tools

Package Overview
Dependencies
Maintainers
6
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 5.6.1 to 5.7.0

3

dist/process-url-dependencies.js

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

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

@@ -33,3 +32,3 @@ function defaultFilter() {

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

@@ -36,0 +35,0 @@ onUrl(functionNode);

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

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

"dependencies": {
"@stylable/core": "^5.6.1",
"@stylable/core": "^5.7.0",
"find-config": "^1.0.0"

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

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

@@ -6,0 +9,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