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

@stoplight/spectral-runtime

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/spectral-runtime - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/utils/printPath.d.ts

@@ -1,2 +0,2 @@

import { JsonPath } from '@stoplight/types';
import type { JsonPath } from '@stoplight/types';
export declare enum PrintStyle {

@@ -3,0 +3,0 @@ Dot = "dot",

@@ -1,2 +0,2 @@

import { Dictionary, JsonPath } from '@stoplight/types';
import type { Dictionary, JsonPath } from '@stoplight/types';
export declare const startsWithProtocol: (input: string) => boolean;

@@ -3,0 +3,0 @@ export declare const isAbsoluteRef: (ref: string) => boolean;

{
"name": "@stoplight/spectral-runtime",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/stoplightio/spectral",

@@ -8,3 +8,3 @@ "bugs": "https://github.com/stoplightio/spectral/issues",

"engines": {
"node": ">=12"
"node": "^16.20 || ^18.18 || >= 20.17"
},

@@ -21,14 +21,11 @@ "license": "Apache-2.0",

},
"scripts": {
"release": "semantic-release -e semantic-release-monorepo"
},
"dependencies": {
"@stoplight/json": "^3.17.0",
"@stoplight/json": "^3.20.1",
"@stoplight/path": "^1.3.2",
"@stoplight/types": "^12.3.0",
"@stoplight/types": "^13.6.0",
"abort-controller": "^3.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
}
}

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