New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

speccy

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speccy - npm Package Versions

12356

0.5.4

Diff
philsturgeon
published 0.5.4 •

Changelog

Source

[0.5.4] - 2018-04-04

Changed

  • properties rule will now ignore extensions, so foo: 'a', x-bar: 'b' is only 1 property.

Fixed

  • Disabled reference-components-regex rule until resolver can allow it to work
philsturgeon
published 0.5.4-3 •
philsturgeon
published 0.5.4-2 •
philsturgeon
published 0.5.4-1 •
philsturgeon
published 0.5.3 •

Changelog

Source

[0.5.3] - 2018-03-29

Fixed

  • Warn about YAML/JSON parsing errors in referenced files ([#36])
  • Fixed max length (it was previously enforcing exact length) ([#38])
philsturgeon
published 0.5.3-1 •
philsturgeon
published 0.5.2 •

Changelog

Source

[0.5.2] - 2018-03-27

Added

  • Loads of tests

Fixed

  • Allow $refs to link Objects ([#22])
  • Fixes "Unhandled promise rejection" messages for not found files ([#27])
  • Can now use --verbose for lint and serve ([#29])
philsturgeon
published 0.5.1 •

Changelog

Source

[0.5.1] - 2018-03-27

  • Learning how to npm publish
philsturgeon
published 0.5.0 •

Changelog

Source

[0.5.0] - 2018-03-09

Breaking Changes

  • Dropped support for NodeJS 6, now requires 7.5 (with --harmony) or higher.

Fixed

  • Linter was not resolving $ref properly, meaning more errors will now appear in $ref schemas ([#19])

Added

  • Serve command now supports URLs ([#19])
philsturgeon
published 0.4.1 •

Changelog

Source

[0.4.1] - 2018-03-07

Fixed

  • Path Item $ref support fixed in validator ([#16])
  • Serve command early exists and errors if file is not found, even added some tests ([#17])