🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

neato

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neato - npm Package Compare versions

Comparing version
0.0.21
to
0.0.22
+1
-1
dist/utils/toDarkModeColor.js

@@ -1,2 +0,2 @@

import { argbFromHex, hexFromArgb, themeFromSourceColor, Hct } from '@material/material-color-utilities';
import { argbFromHex, Hct, hexFromArgb, themeFromSourceColor } from '@material/material-color-utilities';
export function toDarkModeColor(hex) {

@@ -3,0 +3,0 @@ try {

{
"name": "neato",
"version": "0.0.21",
"description": "A powerful utility library for efficient CSS class management in React applications",
"version": "0.0.22",
"description": "Deprecated. Use tailwind-variants and next-themes: https://ilokesto.ayden94.com/ko/migrate/neato",
"keywords": [

@@ -24,3 +24,3 @@ "css",

},
"homepage": "https://github.com/ilokesto/neato#readme",
"homepage": "https://ilokesto.ayden94.com/ko/migrate/neato",
"bugs": {

@@ -49,2 +49,6 @@ "url": "https://github.com/ilokesto/neato/issues"

],
"scripts": {
"build": "rm -rf dist && tsc",
"dev": "tsc --watch"
},
"devDependencies": {

@@ -71,7 +75,3 @@ "@types/jest": "^30.0.0",

"tailwind-merge": "^3.3.1"
},
"scripts": {
"build": "rm -rf dist && tsc",
"dev": "tsc --watch"
}
}
}

@@ -0,1 +1,12 @@

# Deprecated
`neato` is deprecated.
- Use `tailwind-variants` for variants.
- Use `next-themes` for theming.
- Migration guide: https://ilokesto.ayden94.com/ko/migrate/neato
- This package is frozen and receives no new features.
Legacy reference is kept below for existing users only.
# neato

@@ -2,0 +13,0 @@