New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lostelk/nearest-color

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lostelk/nearest-color - npm Package Compare versions

Comparing version 1.0.12-alpha to 1.0.13-alpha

12

package.json
{
"name": "@lostelk/nearest-color",
"version": "1.0.12-alpha",
"version": "1.0.13-alpha",
"description": "Discover the nearest color from a predefined collection of colors.",

@@ -9,15 +9,15 @@ "main": "dist/index.cjs",

"unpkg": "dist/index.umd.js",
"types": "dist/index.d.cts",
"exports": {
".": {
"import": {
"default": "./dist/index.mjs",
"types":"./dist/index.d.mts"
"types":"./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"default": "./dist/index.cjs",
"types":"./dist/index.d.cts"
"types":"./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"types": "dist/index.d.ts",
"files": [

@@ -24,0 +24,0 @@ "dist"

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