npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

spectral-binaries

v6.13.1

Published

Binaries of Spectral v6.13.1 (https://github.com/stoplightio/spectral/releases/tag/v6.13.1), via npm

Downloads

17

Readme

Spectral Binaries

Binaries of Spectral v6.13.1, via npm

What's Changed

  • chore(deps): bump tar from 6.1.15 to 6.2.1 by @dependabot in https://github.com/stoplightio/spectral/pull/2611
  • feat(rulesets): add multiple xor by @JeanArhancet in https://github.com/stoplightio/spectral/pull/2614
  • docs(rulesets): update docs about recommended OpenAPI rules by @ls-jad-elkik in https://github.com/stoplightio/spectral/pull/2594
  • chore(deps): bump es5-ext from 0.10.53 to 0.10.64 by @dependabot in https://github.com/stoplightio/spectral/pull/2602
  • feat(rulesets): add oas3_1-servers-in-webhook and oas3_1-callbacks-in… by @kaylachun in https://github.com/stoplightio/spectral/pull/2581
  • docs(rulesets): update asyncapi ruleset link by @RafaelJCamara in https://github.com/stoplightio/spectral/pull/2618
  • feat(rulesets): improve {oas2,oas3}-valid-schema rule by @P0lip in https://github.com/stoplightio/spectral/pull/2574
  • fix(rulesets): required readOnly and writeOnly properties should not … by @pplr in https://github.com/stoplightio/spectral/pull/2573
  • chore(repo): update prism jira action workflow with new team name by @ryotrellim in https://github.com/stoplightio/spectral/pull/2615
  • chore(repo): update spectral ref resolver version to secure one by @brendarearden in https://github.com/stoplightio/spectral/pull/2629
  • feat(rulesets): add new rule that requires sibling items field for type array by @rainum in https://github.com/stoplightio/spectral/pull/2632
  • fix(rulesets): fixed array-items type property selector by @rainum in https://github.com/stoplightio/spectral/pull/2638
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/stoplightio/spectral/pull/2644
  • fix(repo): update github bug template by @matthewmurphy in https://github.com/stoplightio/spectral/pull/2642
  • chore(deps): bump ajv to 8.17.1 by @aeworxet in https://github.com/stoplightio/spectral/pull/2658
  • feat(formats): add arazzo format by @frankkilcommins in https://github.com/stoplightio/spectral/pull/2663
  • feat(rulesets): initial rulesets for the Arazzo Specification by @frankkilcommins in https://github.com/stoplightio/spectral/pull/2672
  • chore(deps): adjust internal dependencies and adjust ReadMe by @frankkilcommins in https://github.com/stoplightio/spectral/pull/2681
  • chore(deps): fixing dep of rulesets package by @frankkilcommins in https://github.com/stoplightio/spectral/pull/2682
  • chore(deps): bump body-parser from 1.20.2 to 1.20.3 by @dependabot in https://github.com/stoplightio/spectral/pull/2679
  • chore(deps): bump micromatch from 4.0.4 to 4.0.8 by @dependabot in https://github.com/stoplightio/spectral/pull/2676
  • fix(rulesets): use uri-reference for oauth security schemes by @JurianArie in https://github.com/stoplightio/spectral/pull/2652
  • chore(deps): bump elliptic from 6.5.4 to 6.5.7 by @dependabot in https://github.com/stoplightio/spectral/pull/2680
  • feat(formatters): add markdown formatter by @ouvreboite in https://github.com/stoplightio/spectral/pull/2662
  • fix(core): fix for TypeError "this.formats.has is not a function" by @riccardo-angelilli in https://github.com/stoplightio/spectral/pull/2664
  • feat(formatters): add code climate (GitLab) formatter by @smsalisbury in https://github.com/stoplightio/spectral/pull/2648
  • chore(cli): update documentation to include Arazzo by @frankkilcommins in https://github.com/stoplightio/spectral/pull/2686
  • chore(repo): update toc for arazzo by @mnaumanali94 in https://github.com/stoplightio/spectral/pull/2690
  • fix(rulesets): remove step summary rule by @frankkilcommins in https://github.com/stoplightio/spectral/pull/2692

New Contributors

  • @JeanArhancet made their first contribution in https://github.com/stoplightio/spectral/pull/2614
  • @ls-jad-elkik made their first contribution in https://github.com/stoplightio/spectral/pull/2594
  • @RafaelJCamara made their first contribution in https://github.com/stoplightio/spectral/pull/2618
  • @pplr made their first contribution in https://github.com/stoplightio/spectral/pull/2573
  • @brendarearden made their first contribution in https://github.com/stoplightio/spectral/pull/2629
  • @rainum made their first contribution in https://github.com/stoplightio/spectral/pull/2632
  • @matthewmurphy made their first contribution in https://github.com/stoplightio/spectral/pull/2642
  • @aeworxet made their first contribution in https://github.com/stoplightio/spectral/pull/2658
  • @frankkilcommins made their first contribution in https://github.com/stoplightio/spectral/pull/2663
  • @JurianArie made their first contribution in https://github.com/stoplightio/spectral/pull/2652
  • @ouvreboite made their first contribution in https://github.com/stoplightio/spectral/pull/2662
  • @riccardo-angelilli made their first contribution in https://github.com/stoplightio/spectral/pull/2664
  • @smsalisbury made their first contribution in https://github.com/stoplightio/spectral/pull/2648

Full Changelog: https://github.com/stoplightio/spectral/compare/v6.11.1...v6.13.1