🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nanocollective/json-up

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nanocollective/json-up - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+8
-8
package.json
{
"name": "@nanocollective/json-up",
"version": "0.2.1",
"version": "0.2.2",
"description": "A TypeScript JSON migration tool with Zod schema validation",

@@ -41,8 +41,8 @@ "type": "module",

"@biomejs/biome": "^2.3.11",
"@types/node": "^22.0.0",
"ava": "^5.3.1",
"@types/node": "^25.6.0",
"ava": "^8.0.0",
"c8": "^11.0.0",
"knip": "^5.80.2",
"knip": "^6.7.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"zod": "^4.3.6"

@@ -62,5 +62,5 @@ },

"ava": {
"extensions": {
"ts": "module"
},
"extensions": [
"ts"
],
"nodeArguments": [

@@ -67,0 +67,0 @@ "--import=tsx"