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

@blueprintjs/colors

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/colors - npm Package Compare versions

Comparing version 4.1.24 to 4.2.0

lib/cjs/colors.d.ts

15

package.json
{
"name": "@blueprintjs/colors",
"version": "4.1.24",
"version": "4.2.0",
"description": "Blueprint color definitions",
"main": "lib/index.js",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"esnext": "lib/esnext/index.js",
"typings": "lib/esm/index.d.ts",
"files": [
"lib",
"src"
],
"scripts": {
"clean": "rm -rf lib/*",
"compile": "run-p \"compile:*\"",
"compile:esm": "tsc -p src/",
"compile:esm": "tsc -p ./src",
"compile:cjs": "tsc -p ./src -m commonjs --outDir lib/cjs",
"compile:esnext": "tsc -p ./src -t esnext --outDir lib/esnext",
"compile:css": "sass-compile ./src",

@@ -11,0 +20,0 @@ "compile:css-colors": "generate-css-variables --retainDefault true --outputFileName colors _colors.scss",

{
"extends": "../../../config/tsconfig.base",
"compilerOptions": {
"lib": ["es6", "dom"],
"module": "commonjs",
"outDir": "../lib",
"target": "ES2015"
"outDir": "../lib/esm"
}
}
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