Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trinsic/okapi

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trinsic/okapi - npm Package Compare versions

Comparing version 1.0.0-preview.23 to 1.0.0-preview.24

lib/index.js.map

1

lib/index.js

@@ -62,1 +62,2 @@ "use strict";

exports.LdProofs = LdProofs;
//# sourceMappingURL=index.js.map

20

lib/index.web.js

@@ -37,3 +37,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

};
import init, * as native from "@trinsic/okapi-web";
import * as native from "@trinsic/okapi-web";
import * as proto from "@trinsic/okapi-proto";

@@ -43,16 +43,6 @@ export * from "@trinsic/okapi-proto";

function initialize() {
return __awaiter(this, void 0, void 0, function () {
return __generator(this, function (_a) {
switch (_a.label) {
case 0:
if (!!initalized) return [3 /*break*/, 2];
return [4 /*yield*/, init()];
case 1:
_a.sent();
initalized = true;
_a.label = 2;
case 2: return [2 /*return*/];
}
});
});
if (!initalized) {
initalized = true;
}
return Promise.resolve();
}

@@ -59,0 +49,0 @@ var DIDKey = /** @class */ (function () {

{
"name": "@trinsic/okapi",
"version": "1.0.0-preview.23",
"version": "1.0.0-preview.24",
"description": "",

@@ -22,5 +22,5 @@ "main": "lib/index.js",

"dependencies": {
"@trinsic/okapi-node": "^1.0.0-preview.23",
"@trinsic/okapi-proto": "^1.0.0-preview.23",
"@trinsic/okapi-web": "^1.0.0-preview.23",
"@trinsic/okapi-node": "^1.0.0-preview.24",
"@trinsic/okapi-proto": "^1.0.0-preview.24",
"@trinsic/okapi-web": "^1.0.0-preview.24",
"google-protobuf": "^3.14.0-rc.3"

@@ -47,3 +47,3 @@ },

},
"gitHead": "c0c81e626d7b708fdcada792103e0849bec3b056"
"gitHead": "e731f01ed24625db0ae1ef4a46a1680216dc1557"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc