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

@material/material-color-utilities

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/material-color-utilities - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

blend/blend.d.ts

52

package.json
{
"name": "@material/material-color-utilities",
"version": "0.2.2",
"version": "0.2.3",
"publishConfig": {
"access": "public"
},
"description": "Algorithms and utilities that power the Material Design 3 (M3) color system, including choosing theme colors from images and creating tones of colors; all in a new color space.",

@@ -24,12 +27,39 @@ "keywords": [

"homepage": "https://github.com/material-foundation/material-color-utilities/tree/main/typescript",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"type": "module",
"files": [
"**/*.js",
"**/*.js.map",
"**/*.d.ts",
"!**/*_test.*",
"!.wireit/**"
],
"scripts": {
"remove-build": "rm -rf dist",
"build": "npm run remove-build && tsc",
"watch": "tsc -w",
"build": "wireit",
"build:ts": "wireit",
"prepublishOnly": "npm run build"
},
"wireit": {
"build": {
"dependencies": [
"build:ts"
]
},
"build:ts": {
"command": "tsc --pretty",
"files": [
"tsconfig.json",
"**/*.ts",
"!**/*.d.ts"
],
"output": [
".tsbuildinfo",
"**/*.js",
"**/*.js.map",
"**/*.d.ts",
"!*.js",
"!types/"
],
"clean": "if-file-deleted"
}
},
"devDependencies": {

@@ -39,7 +69,5 @@ "@types/jasmine": "^3.10.3",

"jasmine": "^4.0.2",
"typescript": "^4.5.5"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
"typescript": "^4.5.5",
"wireit": "^0.9.5"
}
}

@@ -53,11 +53,2 @@ # material-color-utilities

## Troubleshooting
If using node make sure to use the following flag:
```
node --experimental-specifier-resolution=node
```
## Contributing

@@ -64,0 +55,0 @@

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