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

empathic

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

empathic - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+8
-2
package.json
{
"name": "empathic",
"version": "0.0.2",
"version": "0.0.3",
"repository": "lukeed/empathic",

@@ -35,5 +35,11 @@ "description": "A set of small and fast Node.js utilities to understand your pathing needs.",

},
"scripts": {
"test": "uvu"
},
"engines": {
"node": ">=18"
"node": ">=16"
},
"devDependencies": {
"uvu": "0.5"
}
}