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

@stylable/custom-value

Package Overview
Dependencies
Maintainers
6
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 3.11.8 to 4.0.0-alpha.0

2

cjs/st-border.d.ts
import { BoxedValueMap } from '@stylable/core';
export declare const stBorder: import("../../core/src").JSValueExtension<BoxedValueMap>;
export declare const stBorder: import("@stylable/core/src").JSValueExtension<BoxedValueMap>;
//# sourceMappingURL=st-border.d.ts.map
{
"name": "@stylable/custom-value",
"version": "3.11.8",
"version": "4.0.0-alpha.0",
"description": "Custom values (variables) for Stylable",

@@ -10,6 +10,7 @@ "main": "./cjs/index.js",

"build": "ts-build ./src --cjs",
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 20000"
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 20000",
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^3.11.8"
"@stylable/core": "^4.0.0-alpha.0"
},

@@ -21,3 +22,3 @@ "files": [

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

@@ -30,3 +31,4 @@ "publishConfig": {

"author": "Wix.com",
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"gitHead": "f794574e154eb415e0dc41bd6c459543704d952f"
}

@@ -0,0 +0,0 @@ # @stylable/custom-value

export * from './st-border';

@@ -0,0 +0,0 @@ import {

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