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.2.3
to
0.2.4
+7
-8
package.json
{
"name": "@hyperledger/indy-vdr-nodejs",
"version": "0.2.3",
"version": "0.2.4",
"license": "Apache-2.0",

@@ -8,7 +8,7 @@ "description": "Nodejs wrapper for Indy Vdr",

"main": "build/index",
"homepage": "https://github.com/hyperledger/indy-vdr/tree/main/wrappers/javascript/indy-vdr-nodejs",
"homepage": "https://github.com/hyperledger-indy/indy-vdr/tree/main/wrappers/javascript/indy-vdr-nodejs",
"author": "Hyperledger (https://github.com/hyperledger)",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/indy-vdr",
"url": "https://github.com/hyperledger-indy/indy-vdr",
"directory": "wrappers/javascript/indy-vdr-nodejs"

@@ -48,3 +48,3 @@ },

"@2060.io/ref-napi": "^3.0.6",
"@hyperledger/indy-vdr-shared": "0.2.3",
"@hyperledger/indy-vdr-shared": "0.2.4",
"@types/ref-array-di": "^1.2.8",

@@ -55,4 +55,4 @@ "ref-array-di": "^1.2.2",

"binary": {
"version": "v0.4.4",
"host": "https://github.com/hyperledger/indy-vdr/releases/download",
"version": "v0.4.5",
"host": "https://github.com/hyperledger-indy/indy-vdr/releases/download",
"packageName": "library-{platform}-{arch}.tar.gz"

@@ -62,4 +62,3 @@ },

"node": ">= 20"
},
"gitHead": "e4c9b5dda1ad17cb71d7ed0ae6b1e0631bbb66f4"
}
}

@@ -53,3 +53,3 @@ # Indy VDR NodeJS

> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/indy-vdr-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/indy-vdr-nodejs` package uses this package under the hood. See the [Indy VDR Shared README](https://github.com/hyperledger/indy-vdr/tree/main/wrappers/javascript/indy-vdr-shared/README.md) for documentation on how to use this package.
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/indy-vdr-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/indy-vdr-nodejs` package uses this package under the hood. See the [Indy VDR Shared README](https://github.com/hyperledger-indy/indy-vdr/tree/main/wrappers/javascript/indy-vdr-shared/README.md) for documentation on how to use this package.

@@ -65,1 +65,2 @@ ## Version Compatibility

| v0.4.4 | v0.2.3 |
| v0.4.5 | v0.2.4 |