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

jsonschema

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonschema - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

lib/attribute.js

@@ -490,3 +490,3 @@ 'use strict';

schema.required.forEach(function(n){
if(!Object.hasOwnProperty.call(instance, n)){
if(instance[n]===undefined){
result.addError({

@@ -493,0 +493,0 @@ name: 'required',

{
"author": "Tom de Grunt <tom@degrunt.nl>",
"name": "jsonschema",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "dependencies": {},

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