New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

api-core

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-core - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

dist/src/edge/ApiEdgeAction.d.ts

@@ -22,5 +22,5 @@ import { QueryStep, ApiQueryScope } from "../query/ApiQuery";

triggerNames: string[];
execute: (scope: ApiQueryScope) => Promise<ApiQueryScope>;
execute: (scope: ApiQueryScope) => Promise<ApiEdgeQueryResponse>;
constructor(name: string, execute: (scope: ApiQueryScope) => Promise<ApiEdgeQueryResponse>, targetTypes?: ApiEdgeQueryType, triggerKind?: ApiEdgeActionTriggerKind, triggers?: ApiEdgeActionTrigger, triggerNames?: string[]);
inspect: () => string;
}
{
"name": "api-core",
"version": "0.5.1",
"version": "0.5.2",
"description": "Model-based dynamic multi-level APIs for any provider, plus multiple consumption channels",

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

@@ -32,3 +32,3 @@ import {QueryStep, ApiQueryScope} from "../query/ApiQuery";

execute: (scope: ApiQueryScope) => Promise<ApiQueryScope>;
execute: (scope: ApiQueryScope) => Promise<ApiEdgeQueryResponse>;

@@ -35,0 +35,0 @@ constructor(name: string,

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