Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@hyperledger/indy-vdr-nodejs

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperledger/indy-vdr-nodejs - npm Package Compare versions

Comparing version
0.3.0-dev.0
to
0.3.0-dev.1
+13
-13
package.json
{
"name": "@hyperledger/indy-vdr-nodejs",
"version": "0.3.0-dev.0",
"version": "0.3.0-dev.1",
"license": "Apache-2.0",

@@ -22,16 +22,9 @@ "description": "Nodejs wrapper for Indy Vdr",

],
"scripts": {
"types:check": "pnpm compile --noEmit",
"build": "pnpm clean && pnpm compile",
"clean": "rimraf -rf ./build",
"compile": "tsc -p ./tsconfig.build.json",
"install": "node scripts/install.js"
},
"dependencies": {
"@hyperledger/indy-vdr-shared": "workspace:*",
"koffi": "catalog:"
"koffi": "^2.15.1",
"@hyperledger/indy-vdr-shared": "0.3.0-dev.1"
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:"
"@types/node": "^20.12.11",
"typescript": "~5.4.5"
},

@@ -45,3 +38,10 @@ "binary": {

"node": ">= 20"
},
"scripts": {
"types:check": "pnpm compile --noEmit",
"build": "pnpm clean && pnpm compile",
"clean": "rimraf -rf ./build",
"compile": "tsc -p ./tsconfig.build.json",
"install": "node scripts/install.js"
}
}
}