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

@redocly/openapi-core

Package Overview
Dependencies
Maintainers
3
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redocly/openapi-core - npm Package Compare versions

Comparing version 1.0.0-beta.23 to 1.0.0-beta.24

6

__tests__/bundle.test.ts

@@ -48,3 +48,3 @@ import outdent from 'outdent';

expect(problems).toHaveLength(0);
expect(bundle).toEqual(origCopy);
expect(bundle.parsed).toEqual(origCopy);
});

@@ -58,3 +58,3 @@

expect(problems).toHaveLength(0);
expect(res).toMatchSnapshot();
expect(res.parsed).toMatchSnapshot();
});

@@ -71,4 +71,4 @@

);
expect(res).toMatchSnapshot();
expect(res.parsed).toMatchSnapshot();
});
});

@@ -12,3 +12,3 @@ import { BaseResolver, Document } from './resolve';

}): Promise<{
bundle: any;
bundle: Document;
problems: import("./walk").NormalizedProblem[];

@@ -24,5 +24,5 @@ fileDependencies: Set<string>;

}): Promise<{
bundle: any;
bundle: Document;
problems: import("./walk").NormalizedProblem[];
fileDependencies: Set<string>;
}>;

@@ -73,3 +73,3 @@ "use strict";

return {
bundle: document.parsed,
bundle: document,
problems: ctx.problems.map((problem) => config.addProblemToIgnore(problem)),

@@ -76,0 +76,0 @@ fileDependencies: externalRefResolver.getFiles(),

{
"name": "@redocly/openapi-core",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"description": "",

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

@@ -97,3 +97,3 @@ import isEqual = require('lodash.isequal');

return {
bundle: document.parsed,
bundle: document,
problems: ctx.problems.map((problem) => config.addProblemToIgnore(problem)),

@@ -100,0 +100,0 @@ fileDependencies: externalRefResolver.getFiles(),

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