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

@hyperledger/cactus-core-api

Package Overview
Dependencies
Maintainers
7
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperledger/cactus-core-api - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0-rc.2

2

dist/lib/main/typescript/plugin-factory-factory.d.ts

@@ -10,2 +10,2 @@ import { IPluginFactoryOptions } from "./i-plugin-factory-options";

*/
export declare type PluginFactoryFactory = (pluginFactoryOptions: IPluginFactoryOptions) => Promise<PluginFactory<ICactusPlugin, any, IPluginFactoryOptions>>;
export declare type PluginFactoryFactory = (pluginFactoryOptions: IPluginFactoryOptions) => Promise<PluginFactory<ICactusPlugin, unknown, IPluginFactoryOptions>>;

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

export declare type IExpressRequestHandler = (req: any, res: any, next: (err: any) => void) => void;
import type { Request, Response, NextFunction } from "express";
export declare type IExpressRequestHandler = (req: Request, res: Response, next: NextFunction) => void;
{
"name": "@hyperledger/cactus-core-api",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.",

@@ -77,6 +77,6 @@ "main": "dist/lib/main/typescript/index.js",

"dependencies": {
"@hyperledger/cactus-common": "1.0.0-rc.1",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"axios": "0.21.4"
},
"gitHead": "bfe342e9f443737a3bc083e0d9697024021229ae"
"gitHead": "b673fbe019554b6f946d14a7e928f92d3d4126ee"
}

Sorry, the diff of this file is too big to display

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