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

@stoplight/spectral

Package Overview
Dependencies
Maintainers
26
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/spectral - npm Package Compare versions

Comparing version 5.9.0 to 5.9.1

7

CHANGELOG.md

@@ -10,2 +10,9 @@ <!-- markdown-link-check-disable -->

## [5.9.1] - 2021-04-08
### Fixed
- `duplicated-entry-in-enum` rule complains about `enum` property in objects [#1571](https://github.com/stoplightio/spectral/issues/1571)
- Dependencies upgrade, including `proxy-agent` [#1552](https://github.com/stoplightio/spectral/issues/1552)
## [5.9.0] - 2021-03-08

@@ -12,0 +19,0 @@

2

dist/consts.d.ts
import { IParserOptions } from './types/ruleset';
export declare const NPM_PKG_ROOT = "https://unpkg.com/";
export declare const SPECTRAL_PKG_NAME = "@stoplight/spectral";
export declare const SPECTRAL_PKG_VERSION = "5.9.0";
export declare const SPECTRAL_PKG_VERSION = "5.9.1";
export declare const DEFAULT_PARSER_OPTIONS: Readonly<Required<IParserOptions>>;

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

exports.SPECTRAL_PKG_NAME = '@stoplight/spectral';
exports.SPECTRAL_PKG_VERSION = '5.9.0';
exports.SPECTRAL_PKG_VERSION = '5.9.1';
exports.DEFAULT_PARSER_OPTIONS = Object.freeze({

@@ -10,0 +10,0 @@ incompatibleValues: types_1.DiagnosticSeverity.Error,

@@ -109,4 +109,13 @@ {

"schema": {
"type": "array",
"uniqueItems": true
"oneOf": [
{
"type": "array",
"uniqueItems": true
},
{
"not": {
"type": "array"
}
}
]
}

@@ -113,0 +122,0 @@ }

{
"name": "@stoplight/spectral",
"version": "5.9.0",
"version": "5.9.1",
"description": "A flexible object linter with out of the box support for OpenAPI v2 and v3.",

@@ -66,3 +66,3 @@ "keywords": [

"@stoplight/better-ajv-errors": "0.0.4",
"@stoplight/json": "3.10.2",
"@stoplight/json": "3.11.2",
"@stoplight/json-ref-readers": "1.2.2",

@@ -72,3 +72,3 @@ "@stoplight/json-ref-resolver": "3.1.1",

"@stoplight/path": "1.3.2",
"@stoplight/types": "11.9.0",
"@stoplight/types": "11.10.0",
"@stoplight/yaml": "4.2.1",

@@ -88,3 +88,3 @@ "abort-controller": "3.0.0",

"node-fetch": "2.6.1",
"proxy-agent": "3.1.1",
"proxy-agent": "4.0.1",
"strip-ansi": "6.0",

@@ -91,0 +91,0 @@ "text-table": "0.2",

@@ -109,4 +109,13 @@ {

"schema": {
"type": "array",
"uniqueItems": true
"oneOf": [
{
"type": "array",
"uniqueItems": true
},
{
"not": {
"type": "array"
}
}
]
}

@@ -113,0 +122,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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