Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openapi-graph-types

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-graph-types - npm Package Compare versions

Comparing version 0.0.1-alpha.2.1.4 to 0.0.1-alpha.2.1.5

1

lib/Node.d.ts

@@ -16,2 +16,3 @@ import { RefEdgeInterface } from ".";

}
export declare type SchemaType = 'boolean' | 'object' | 'number' | 'string' | 'integer' | 'array';
export interface NonArraySchemaNodeContent {

@@ -18,0 +19,0 @@ type?: 'boolean' | 'object' | 'number' | 'string' | 'integer';

2

package.json
{
"name": "openapi-graph-types",
"version": "0.0.1-alpha.2.1.4",
"version": "0.0.1-alpha.2.1.5",
"description": "The types of the openapi-graph library.",

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

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