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

swagger-schema

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-schema - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

.rock.yml

4

environment.js

@@ -62,5 +62,5 @@ /**

if (options.coerce) {
return this.coerceSchema.validate(schema, data);
return this.coerceSchema.validate(schema, data, options);
}
return this.schema.validate(schema, data);
return this.schema.validate(schema, data, options);
};

@@ -67,0 +67,0 @@

{
"name": "swagger-schema",
"version": "0.1.0",
"version": "0.2.0",
"description": "Swagger schema helpers",
"dependencies": {
"jjv": "https://github.com/acornejo/jjv/archive/v0.3.4.tar.gz",
"jjv": "0.3.4",
"lodash": "*"

@@ -8,0 +8,0 @@ },

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