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

@dainprotocol/service-sdk

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dainprotocol/service-sdk - npm Package Compare versions

Comparing version 1.0.62 to 1.0.63

5

dist/service/server.d.ts

@@ -1,3 +0,2 @@

import { Hono } from "hono";
import { DAINServiceConfig, ToolConfig, ServiceConfig, ToolboxConfig, Metadata, ServiceContext, ServicePinnable } from "./types";
export declare function setupHttpServer(config: DAINServiceConfig, tools: ToolConfig[], services: ServiceConfig[], toolboxes: ToolboxConfig[], metadata: Metadata, privateKey: Uint8Array, contexts: ServiceContext[], pinnables: ServicePinnable[]): Hono;
import { DAINServiceConfig, ToolConfig, ServiceConfig, ToolboxConfig, Metadata, ServiceContext, ServicePinnable, DAINHono } from "./types";
export declare function setupHttpServer(config: DAINServiceConfig, tools: ToolConfig[], services: ServiceConfig[], toolboxes: ToolboxConfig[], metadata: Metadata, privateKey: Uint8Array, contexts: ServiceContext[], pinnables: ServicePinnable[]): DAINHono;

4

dist/service/types.d.ts

@@ -179,2 +179,6 @@ import { z, ZodError } from "zod";

}
export interface DAINHono extends Hono {
processes?: ProcessHandler;
oauth2?: OAuth2Handler;
}
declare module 'hono' {

@@ -181,0 +185,0 @@ interface Hono {

{
"name": "@dainprotocol/service-sdk",
"version": "1.0.62",
"version": "1.0.63",
"description": "DAIN Service SDK",

@@ -5,0 +5,0 @@ "main": "dist/index.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