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

@stylable/custom-value

Package Overview
Dependencies
Maintainers
7
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/custom-value - npm Package Compare versions

Comparing version 4.13.2 to 5.0.0-rc.1

4

dist/st-border.d.ts

@@ -1,3 +0,3 @@

import { BoxedValueMap } from '@stylable/core';
export declare const stBorder: import("@stylable/core").JSValueExtension<BoxedValueMap>;
import { BoxedValueMap } from '@stylable/core/dist/index-internal';
export declare const stBorder: import("@stylable/core/dist/custom-values").JSValueExtension<BoxedValueMap>;
//# sourceMappingURL=st-border.d.ts.map

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

const core_1 = require("@stylable/core");
exports.stBorder = (0, core_1.createCustomValue)({
const index_internal_1 = require("@stylable/core/dist/index-internal");
exports.stBorder = (0, index_internal_1.createCustomValue)({
processArgs: (node, customTypes) => {

@@ -8,0 +9,0 @@ return core_1.CustomValueStrategy.args(node, customTypes);

{
"name": "@stylable/custom-value",
"version": "4.13.2",
"version": "5.0.0-rc.1",
"description": "Custom values (variables) for Stylable",

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

"dependencies": {
"@stylable/core": "^4.13.2"
"@stylable/core": "^v5.0.0-rc.1"
},

@@ -20,3 +20,3 @@ "files": [

"engines": {
"node": ">=12"
"node": ">=14.14.0"
},

@@ -23,0 +23,0 @@ "publishConfig": {

@@ -0,1 +1,2 @@

import { CustomValueStrategy } from '@stylable/core';
import {

@@ -5,4 +6,3 @@ BoxedValueArray,

createCustomValue,
CustomValueStrategy,
} from '@stylable/core';
} from '@stylable/core/dist/index-internal';

@@ -9,0 +9,0 @@ export const stBorder = createCustomValue<BoxedValueMap, BoxedValueArray>({

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