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

@stoplight/spectral-rulesets

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/spectral-rulesets - npm Package Compare versions

Comparing version 1.19.1 to 1.20.0

dist/arazzo/functions/arazzoCriterionValidation.d.ts

3

dist/index.d.ts
import { default as oas } from './oas';
import { default as asyncapi } from './asyncapi';
export { oas, asyncapi };
import { default as arazzo } from './arazzo';
export { oas, asyncapi, arazzo };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.asyncapi = exports.oas = void 0;
exports.arazzo = exports.asyncapi = exports.oas = void 0;
const tslib_1 = require("tslib");

@@ -9,2 +9,4 @@ const oas_1 = (0, tslib_1.__importDefault)(require("./oas"));

Object.defineProperty(exports, "asyncapi", { enumerable: true, get: function () { return asyncapi_1.default; } });
const arazzo_1 = (0, tslib_1.__importDefault)(require("./arazzo"));
Object.defineProperty(exports, "arazzo", { enumerable: true, get: function () { return arazzo_1.default; } });
//# sourceMappingURL=index.js.map
export declare const oas2_0: typeof tt;
declare function tt(o: any, { instancePath: i, parentData: c, parentDataProperty: l, rootData: h, dynamicAnchors: u }?: {
declare function tt(o: any, { instancePath: i, parentData: c, parentDataProperty: l, rootData: u, dynamicAnchors: d }?: {
instancePath?: string | undefined;

@@ -46,2 +46,17 @@ parentData: any;

}
export declare const arazzo1_0: typeof Es;
declare function Es(e: any, { instancePath: t, parentData: r, parentDataProperty: s, rootData: n, dynamicAnchors: o }?: {
instancePath?: string | undefined;
parentData: any;
parentDataProperty: any;
rootData?: any;
dynamicAnchors?: {} | undefined;
}): boolean;
declare namespace Es {
var evaluated: {
props: boolean;
dynamicProps: boolean;
dynamicItems: boolean;
};
}
export {};
{
"name": "@stoplight/spectral-rulesets",
"version": "1.19.1",
"version": "1.20.0",
"homepage": "https://github.com/stoplightio/spectral",

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

"@stoplight/spectral-core": "^1.8.1",
"@stoplight/spectral-formats": "^1.5.0",
"@stoplight/spectral-formats": "^1.7.0",
"@stoplight/spectral-functions": "^1.5.1",

@@ -31,3 +31,3 @@ "@stoplight/spectral-runtime": "^1.1.1",

"@types/json-schema": "^7.0.7",
"ajv": "^8.12.0",
"ajv": "^8.17.1",
"ajv-formats": "~2.1.0",

@@ -34,0 +34,0 @@ "json-schema-traverse": "^1.0.0",

Sorry, the diff of this file is not supported yet

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

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