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

@pluginlab/openapi

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluginlab/openapi - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

dist/index.d.ts

@@ -5,1 +5,2 @@ export * from './parse';

export * from './validate';
export * from './stringify';

@@ -48,2 +48,3 @@ var __defProp = Object.defineProperty;

parseFromString: () => parseFromString,
stringify: () => stringify2,
toJson: () => toJson,

@@ -177,1 +178,6 @@ toYaml: () => toYaml,

};
// src/stringify.ts
var stringify2 = (doc, format) => {
return format === "json" ? toJson(doc) : toYaml(doc);
};

2

package.json
{
"name": "@pluginlab/openapi",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple openapi parser and validator with first class support for both JSON and YAML specifications.",

@@ -5,0 +5,0 @@ "private": false,

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