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

@stoplight/spectral

Package Overview
Dependencies
Maintainers
7
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 0.1.2-beta.1 to 0.1.2-beta.2

2

lib/index.js

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

Spectral.prototype.setRules = function (rulesets) {
this._rulesets = rulesets;
this._rulesets = merge([], rulesets);
this._functions = this._rulesetsToFunctions(this._rulesets);

@@ -38,0 +38,0 @@ this._rules = this._rulesetsToRules(this._rulesets);

{
"name": "@stoplight/spectral",
"version": "0.1.2-beta.1",
"version": "0.1.2-beta.2",
"description": "An object linting framework",

@@ -5,0 +5,0 @@ "author": "Stoplight, Inc. (support@stoplight.io)",

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