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.21.7 to 0.21.8

1

dist/src/request/ApiRequest.d.ts

@@ -60,3 +60,4 @@ /// <reference types="node" />

context: ApiEdgeQueryContext;
metadata: any;
constructor(api: Api);
}

@@ -84,2 +84,3 @@ "use strict";

this.stream = null;
this.metadata = {};
this.api = api;

@@ -86,0 +87,0 @@ this.path = new ApiRequestPath();

2

package.json
{
"name": "api-core",
"version": "0.21.7",
"version": "0.21.8",
"description": "Model-based dynamic multi-level APIs for any provider, plus multiple consumption channels",

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

@@ -110,2 +110,3 @@ import {ApiEdgeDefinition} from "../edge/ApiEdgeDefinition";

context: ApiEdgeQueryContext; //Should be request context
metadata: any = {};

@@ -112,0 +113,0 @@ constructor(api: Api) {

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