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

@useoptic/openapi-utilities

Package Overview
Dependencies
Maintainers
5
Versions
571
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useoptic/openapi-utilities - npm Package Compare versions

Comparing version 0.8.0 to 0.10.0

build/openapi3/constants.d.ts

1

build/index.d.ts

@@ -5,3 +5,4 @@ import { OpenAPITraverser } from "./openapi3/implementations/openapi3/openapi-traverser";

import { ConceptualLocation, IChange, IFact, ILocation, OpenApiFact, OpenApiFieldFact, OpenApiHeaderFact, OpenApiKind, OpenApiOperationFact, OpenApiRequestParameterFact, OpenApiResponseFact } from "./openapi3/sdk/types";
export { defaultEmptySpec } from './openapi3/constants';
export { OpenApiFact, OpenAPITraverser, factsToChangelog, ConceptualLocation, IChange, OpenApiFieldFact, OpenAPIV3, OpenApiKind, OpenApiOperationFact, OpenApiHeaderFact, IFact, ILocation, OpenApiRequestParameterFact, OpenApiResponseFact, };
//# sourceMappingURL=index.d.ts.map

4

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OpenApiKind = exports.OpenAPIV3 = exports.factsToChangelog = exports.OpenAPITraverser = void 0;
exports.OpenApiKind = exports.OpenAPIV3 = exports.factsToChangelog = exports.OpenAPITraverser = exports.defaultEmptySpec = void 0;
var openapi_traverser_1 = require("./openapi3/implementations/openapi3/openapi-traverser");

@@ -12,2 +12,4 @@ Object.defineProperty(exports, "OpenAPITraverser", { enumerable: true, get: function () { return openapi_traverser_1.OpenAPITraverser; } });

Object.defineProperty(exports, "OpenApiKind", { enumerable: true, get: function () { return types_1.OpenApiKind; } });
var constants_1 = require("./openapi3/constants");
Object.defineProperty(exports, "defaultEmptySpec", { enumerable: true, get: function () { return constants_1.defaultEmptySpec; } });
//# sourceMappingURL=index.js.map
{
"name": "@useoptic/openapi-utilities",
"version": "0.8.0",
"version": "0.10.0",
"packageManager": "yarn@3.0.2",

@@ -21,3 +21,3 @@ "main": "build/index.js",

"@types/lodash.sortby": "^4.7.6",
"@useoptic/openapi-io": "0.8.0",
"@useoptic/openapi-io": "0.10.0",
"babel-jest": "26.6.0",

@@ -31,3 +31,3 @@ "fs-extra": "^10.0.0",

"dependencies": {
"@useoptic/json-pointer-helpers": "0.8.0",
"@useoptic/json-pointer-helpers": "0.10.0",
"fast-deep-equal": "^3.1.3",

@@ -34,0 +34,0 @@ "lodash.sortby": "^4.7.0",

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