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 4.0.0-alpha.10 to 4.0.0

dist/index.d.ts

21

package.json
{
"name": "@stylable/custom-value",
"version": "4.0.0-alpha.10",
"version": "4.0.0",
"description": "Custom values (variables) for Stylable",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf ./cjs",
"build": "ts-build ./src --cjs",
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 20000",
"prepack": "yarn build"
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
},
"dependencies": {
"@stylable/core": "^4.0.0-alpha.10"
"@stylable/core": "^4.0.0"
},
"files": [
"cjs",
"src"
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],

@@ -29,4 +27,3 @@ "engines": {

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

@@ -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

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