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

safe-object-path

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-object-path - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+4
-7
package.json
{
"name": "safe-object-path",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",

@@ -54,11 +54,8 @@ "description": "A lightweight TypeScript library for safe object path access",

"type": "git",
"url": "git+https://github.com/yourusername/safe-object-path.git"
"url": "git+https://github.com/melihbirim/safe-object-path.git"
},
"bugs": {
"url": "https://github.com/yourusername/safe-object-path/issues"
"url": "https://github.com/melihbirim/safe-object-path/issues"
},
"homepage": "https://github.com/yourusername/safe-object-path#readme",
"dependencies": {
"user": "^0.0.0"
}
"homepage": "https://github.com/melihbirim/safe-object-path#readme"
}