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.0.9-alpha.9 to 0.0.9-alpha.10

2

dist/index.d.ts

@@ -11,3 +11,3 @@ export { ApiEdgeDefinition } from "./src/edge/ApiEdgeDefinition";

export { OneToManyRelation } from "./src/relations/OneToManyRelation";
export { ApiRequest, ApiRequestType } from "./src/request/ApiRequest";
export { ApiRequest, ApiRequestPath, ApiRequestType } from "./src/request/ApiRequest";
export { ApiRequestPathParser } from "./src/request/ApiRequestParser";

@@ -14,0 +14,0 @@ export { ApiQuery } from "./src/query/ApiQuery";

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

exports.ApiRequest = ApiRequest_1.ApiRequest;
exports.ApiRequestPath = ApiRequest_1.ApiRequestPath;
exports.ApiRequestType = ApiRequest_1.ApiRequestType;

@@ -23,0 +24,0 @@ var ApiRequestParser_1 = require("./src/request/ApiRequestParser");

@@ -13,3 +13,3 @@ export {ApiEdgeDefinition} from "./src/edge/ApiEdgeDefinition";

export {ApiRequest, ApiRequestType} from "./src/request/ApiRequest";
export {ApiRequest, ApiRequestPath, ApiRequestType} from "./src/request/ApiRequest";
export {ApiRequestPathParser} from "./src/request/ApiRequestParser";

@@ -16,0 +16,0 @@

{
"name": "api-core",
"version": "0.0.9-alpha.9",
"version": "0.0.9-alpha.10",
"description": "Model-based dynamic multi-level APIs for any provider, plus multiple consumption channels",

@@ -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