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

@hydroperx/colorobserver

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hydroperx/colorobserver - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+4
-6
package.json
{
"name": "@hydroperx/colorobserver",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -8,3 +8,4 @@ "scripts": {},

"dependencies": {
"color": "^4.2.3"
"color": "^4.2.3",
"@types/color": "^4.2.0"
},

@@ -15,6 +16,3 @@ "description": "Color observer utility",

"repository": "https://github.ocm/hydroperx/colorobserver",
"author": "Hydroper <HydroperFox@gmail.com>",
"devDependencies": {
"@types/color": "^4.2.0"
}
"author": "Hydroper <HydroperFox@gmail.com>"
}