Huge News!Announcing our $40M Series B led by Abstract Ventures.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 Compare versions

Comparing version 0.2.1 to 0.2.2

CHANGELOG.md

5

lib/validate.js

@@ -293,8 +293,7 @@ // @ts-check

function checkSchema(schema,parent,prop,openapi,options) {
const state = {
...wsGetDefaultState(),
const state = Object.assign({}, wsGetDefaultState(), {
openapi,
options,
property: prop,
};
});
walkSchema(schema,parent,state,checkSubSchema);

@@ -301,0 +300,0 @@ }

2

package.json
{
"name": "speccy",
"version": "0.2.1",
"version": "0.2.2",
"description": "Your friendly OpenAPI v3.0 #WellActually CLI assistant.",

@@ -5,0 +5,0 @@ "bin": {

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