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

bsonschema

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bsonschema - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

3

lib/attribute.js

@@ -468,6 +468,7 @@ 'use strict';

if(instance[n]===undefined){
var title = JSON.stringify((schema.properties[n] && schema.properties[n].title) || n)
result.addError({
name: 'required',
argument: n,
message: "requires property " + schema.properties[n].title || JSON.stringify(n),
message: "requires property " + ,
});

@@ -474,0 +475,0 @@ }

{
"author": "Tom de Grunt <tom@degrunt.nl>",
"name": "bsonschema",
"version": "1.1.2",
"version": "1.1.3",
"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