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

@dainprotocol/platform-sdk

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dainprotocol/platform-sdk - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dist/application/DainApplication.d.ts

@@ -18,2 +18,4 @@ import OrgSignatory from "../util/OrgSignatory";

agentId: number;
agentIdentifier: string;
organizationId: number;
};

@@ -30,2 +32,4 @@ }>;

agentId: number;
agentIdentifier: string;
organizationId: number;
};

@@ -32,0 +36,0 @@ }>;

@@ -73,2 +73,4 @@ "use strict";

agentId: result.data.agentId,
agentIdentifier: result.data.agentIdentifier,
organizationId: result.data.organizationId,
},

@@ -75,0 +77,0 @@ };

4

dist/util/BuildSignSend.js

@@ -16,4 +16,4 @@ "use strict";

if (!baseRoute) {
baseRoute = "https://platform.dain.org/api/platform-api/v1";
//baseRoute = "http://localhost:3001/api/platform-api/v1";
//baseRoute = "https://platform.dain.org/api/platform-api/v1";
baseRoute = "http://localhost:3001/api/platform-api/v1";
}

@@ -20,0 +20,0 @@ const build = yield fetch(buildRequest.route.startsWith("http")

{
"name": "@dainprotocol/platform-sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "SDK for the Dain Platform",

@@ -5,0 +5,0 @@ "main": "dist/DainPlatform.js",

Sorry, the diff of this file is not supported yet

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