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.18.6 to 0.19.0

4

dist/src/edge/utils/SchemaTypeMapper.js

@@ -31,2 +31,4 @@ "use strict";

return 'reference';
case ApiEdgeSchema_1.JSONDate:
return 'date';
case ApiEdgeSchema_1.Mixed:

@@ -57,2 +59,4 @@ return 'any';

return ApiEdgeSchema_1.SchemaReference;
case 'date':
return ApiEdgeSchema_1.JSONDate;
case 'any':

@@ -59,0 +63,0 @@ return ApiEdgeSchema_1.Mixed;

2

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

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

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

import {Mixed, SchemaReference, SubSchema} from "../ApiEdgeSchema";
import {Mixed, SchemaReference, SubSchema, JSONDate} from "../ApiEdgeSchema";

@@ -34,2 +34,4 @@ export class SchemaTypeMapper {

return 'reference';
case JSONDate:
return 'date';
case Mixed:

@@ -61,2 +63,4 @@ return 'any';

return SchemaReference;
case 'date':
return JSONDate;
case 'any':

@@ -63,0 +67,0 @@ return Mixed;

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