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.17-alpha to 1.0.18-alpha

dist/index.cjs

15

package.json
{
"name": "@lostelk/nearest-color",
"version": "1.0.17-alpha",
"version": "1.0.18-alpha",
"description": "Discover the nearest color from a predefined collection of colors.",
"main": "dist/index.cjs.js",
"module": "dist/index.ems.js",
"browser": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.cjs.d.ts",
"exports": {
".": {
"import": {
"types":"./dist/dist/index.ems.d.ts",
"default": "./dist/index.ems.js"
"types":"./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types":"./dist/index.cjs.d.ts",
"default": "./dist/index.cjs.js"
"types":"./dist/index.d.cts",
"default": "./dist/index.cjs"
}

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