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.2 to 0.21.3

1

dist/src/query/ApiQueryBuilder.js

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

this.query.context = scope.context;
this.query.context.identity = scope.identity;
this.query.execute().then((response) => {

@@ -138,0 +139,0 @@ scope.context = new ApiEdgeQueryContext_1.ApiEdgeQueryContext();

2

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

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

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

this.query.context = scope.context;
this.query.context.identity = scope.identity;

@@ -169,0 +170,0 @@ this.query.execute().then((response) => {

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