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

@stoplight/spectral

Package Overview
Dependencies
Maintainers
22
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.8.0 to 5.8.1

6

CHANGELOG.md

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

## [5.8.1] - 2021-02-11
### Fixed
- Address Immer potential security vulnerability, as well as update a few other dependencies [#1499](https://github.com/stoplightio/spectral/issues/1499)
## [5.8.0] - 2021-01-04

@@ -12,0 +18,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.8.0";
export declare const SPECTRAL_PKG_VERSION = "5.8.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.8.0';
exports.SPECTRAL_PKG_VERSION = '5.8.1';
exports.DEFAULT_PARSER_OPTIONS = Object.freeze({

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

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

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

"@stoplight/better-ajv-errors": "0.0.3",
"@stoplight/json": "3.9.0",
"@stoplight/json": "3.10.2",
"@stoplight/json-ref-readers": "1.2.1",
"@stoplight/json-ref-resolver": "3.1.0",
"@stoplight/lifecycle": "2.3.1",
"@stoplight/json-ref-resolver": "3.1.1",
"@stoplight/lifecycle": "2.3.2",
"@stoplight/path": "1.3.2",
"@stoplight/types": "^11.9.0",
"@stoplight/types": "11.9.0",
"@stoplight/yaml": "4.2.1",

@@ -77,12 +77,12 @@ "abort-controller": "3.0.0",

"ajv-oai": "1.2.0",
"blueimp-md5": "2.13.0",
"chalk": "4.0.0",
"blueimp-md5": "2.18.0",
"chalk": "4.1.0",
"eol": "0.9.1",
"expression-eval": "3.1.2",
"fast-glob": "3.2.4",
"fast-glob": "3.2.5",
"jsonpath-plus": "4.0.0",
"lodash": "4.17.19",
"lodash": "4.17.20",
"nanoid": "2.1.11",
"nimma": "0.0.0",
"node-fetch": "2.6",
"node-fetch": "2.6.1",
"proxy-agent": "3.1.1",

@@ -92,3 +92,3 @@ "strip-ansi": "6.0",

"tslib": "1.13.0",
"yargs": "15.3.1"
"yargs": "15.4.1"
},

@@ -100,4 +100,3 @@ "devDependencies": {

"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/chalk": "^2.2.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@types/fetch-mock": "^7.3.1",

@@ -108,3 +107,2 @@ "@types/jest": "^26.0.4",

"@types/nanoid": "^2.1.0",
"@types/nock": "^11.1.0",
"@types/node": "~13.1",

@@ -111,0 +109,0 @@ "@types/node-fetch": "^2.5.7",

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