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.1
to
0.3.0-dev.2
+6
-2
build/ffi/callback.js

@@ -29,4 +29,8 @@ "use strict";

const primitives_1 = require("./primitives");
exports.FFI_CALLBACK_NO_RESULT = koffi.proto('cb_no_result', primitives_1.FFI_VOID, [primitives_1.FFI_CALLBACK_ID, primitives_1.FFI_ERROR_CODE]);
exports.FFI_CALLBACK_STRING = koffi.proto('cb_string', primitives_1.FFI_VOID, [primitives_1.FFI_CALLBACK_ID, primitives_1.FFI_ERROR_CODE, primitives_1.FFI_STRING]);
exports.FFI_CALLBACK_NO_RESULT = koffi.proto('indyvdr_cb_no_result', primitives_1.FFI_VOID, [primitives_1.FFI_CALLBACK_ID, primitives_1.FFI_ERROR_CODE]);
exports.FFI_CALLBACK_STRING = koffi.proto('indyvdr_cb_string', primitives_1.FFI_VOID, [
primitives_1.FFI_CALLBACK_ID,
primitives_1.FFI_ERROR_CODE,
primitives_1.FFI_STRING,
]);
//# sourceMappingURL=callback.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"callback.js","sourceRoot":"","sources":["../../src/ffi/callback.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA8B;AAC9B,6CAAoF;AAEvE,QAAA,sBAAsB,GAAG,KAAK,CAAC,KAAK,CAAC,cAAc,EAAE,qBAAQ,EAAE,CAAC,4BAAe,EAAE,2BAAc,CAAC,CAAC,CAAA;AAEjG,QAAA,mBAAmB,GAAG,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,qBAAQ,EAAE,CAAC,4BAAe,EAAE,2BAAc,EAAE,uBAAU,CAAC,CAAC,CAAA"}
{"version":3,"file":"callback.js","sourceRoot":"","sources":["../../src/ffi/callback.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA8B;AAC9B,6CAAoF;AAEvE,QAAA,sBAAsB,GAAG,KAAK,CAAC,KAAK,CAAC,sBAAsB,EAAE,qBAAQ,EAAE,CAAC,4BAAe,EAAE,2BAAc,CAAC,CAAC,CAAA;AAEzG,QAAA,mBAAmB,GAAG,KAAK,CAAC,KAAK,CAAC,mBAAmB,EAAE,qBAAQ,EAAE;IAC5E,4BAAe;IACf,2BAAc;IACd,uBAAU;CACX,CAAC,CAAA"}

@@ -9,3 +9,3 @@ "use strict";

const primitives_1 = require("./primitives");
exports.ByteBufferStruct = koffi_1.default.struct('ByteBuffer', {
exports.ByteBufferStruct = koffi_1.default.struct('indyvdr_ByteBuffer', {
len: primitives_1.FFI_INT64,

@@ -12,0 +12,0 @@ data: koffi_1.default.pointer(primitives_1.FFI_UINT8),

@@ -1,1 +0,1 @@

{"version":3,"file":"structures.js","sourceRoot":"","sources":["../../src/ffi/structures.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAyB;AACzB,6CAAmD;AAEtC,QAAA,gBAAgB,GAAG,eAAK,CAAC,MAAM,CAAC,YAAY,EAAE;IACzD,GAAG,EAAE,sBAAS;IACd,IAAI,EAAE,eAAK,CAAC,OAAO,CAAC,sBAAS,CAAC;CAC/B,CAAC,CAAA"}
{"version":3,"file":"structures.js","sourceRoot":"","sources":["../../src/ffi/structures.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAyB;AACzB,6CAAmD;AAEtC,QAAA,gBAAgB,GAAG,eAAK,CAAC,MAAM,CAAC,oBAAoB,EAAE;IACjE,GAAG,EAAE,sBAAS;IACd,IAAI,EAAE,eAAK,CAAC,OAAO,CAAC,sBAAS,CAAC;CAC/B,CAAC,CAAA"}
{
"name": "@hyperledger/indy-vdr-nodejs",
"version": "0.3.0-dev.1",
"version": "0.3.0-dev.2",
"license": "Apache-2.0",

@@ -24,3 +24,3 @@ "description": "Nodejs wrapper for Indy Vdr",

"koffi": "^2.15.1",
"@hyperledger/indy-vdr-shared": "0.3.0-dev.1"
"@hyperledger/indy-vdr-shared": "0.3.0-dev.2"
},

@@ -27,0 +27,0 @@ "devDependencies": {