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.11-alpha to 1.0.12-alpha

dist/index.d.cts

12

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

@@ -11,4 +11,10 @@ "main": "dist/index.cjs",

".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"import": {
"default": "./dist/index.mjs",
"types":"./dist/index.d.mts"
},
"require": {
"default": "./dist/index.cjs",
"types":"./dist/index.d.cts"
}
}

@@ -15,0 +21,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