Socket
Socket
Sign inDemoInstall

raml-json-validation

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml-json-validation - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

bower.json
{
"version": "0.0.11",
"version": "0.0.12",
"name": "raml-json-validation-browser",

@@ -4,0 +4,0 @@ "main": "browser_version_bower/index.js",

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

function JSONValidator() {
this.validator = new ZSchema();
this.validator = new ZSchema({
ignoreUnknownFormats: true
});
}

@@ -8,0 +10,0 @@ JSONValidator.prototype.setRemoteReference = function (reference, content) {

{
"name": "raml-json-validation",
"version": "0.0.11",
"version": "0.0.12",
"main": "dist/index.js",

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

@@ -6,3 +6,5 @@ declare function require(arg: string): any;

export class JSONValidator {
private validator = new ZSchema();
private validator = new ZSchema({
ignoreUnknownFormats: true
});

@@ -9,0 +11,0 @@ setRemoteReference(reference: string, content: any): void {

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