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

@palett/presets

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@palett/presets - npm Package Compare versions

Comparing version 0.11.6 to 0.12.0

dist/index.js

41

package.json
{
"name": "@palett/presets",
"version": "0.11.6",
"version": "0.12.0",
"description": "A color converter",
"main": "./dist/index.cjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
},
"dependencies": {
"@aryth/math": "^0.6.8",
"@aryth/rand": "^0.6.8",
"@palett/convert": "^0.11.6",
"@palett/enum-ansi-codes": "^0.11.6",
"@palett/stringify": "^0.11.6",
"@palett/util-ansi": "^0.11.6",
"@vect/vector-init": "^0.7.16"
"@aryth/math": "^0.7.0",
"@aryth/rand": "^0.7.0",
"@vect/vector-init": "^0.8.0",
"@palett/cards": "^0.12.0",
"@palett/enum-ansi-codes": "^0.12.0",
"@palett/convert": "^0.12.0",
"@palett/util-ansi": "^0.12.0",
"@palett/stringify": "^0.12.0"
},
"devDependencies": {
"@vect/object-init": "^0.7.16"
"@vect/object-init": "^0.8.0"
},

@@ -53,3 +50,7 @@ "repository": {

"homepage": "https://github.com/hoyeungw/palett/presets#readme",
"gitHead": "fb11aaa9ca0dd3519399207040349141a028e3f9"
}
"gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
}
}

@@ -0,0 +0,0 @@ ## @palett/presets

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