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.22-alpha to 1.0.23-alpha

dist/index.d.ts

18

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

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

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

@@ -22,3 +23,3 @@ "*": {

"./dist/*",
"./dist/index.d.cts"
"./dist/index.d.ts"
]

@@ -70,2 +71,3 @@ }

"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.1.1",

@@ -72,0 +74,0 @@ "tslib": "^2.6.2",

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