New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bipro

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bipro - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

.nyc_output/13aa2af05001fd743f6855bdd3535f53.json

9

lib/message.js

@@ -53,4 +53,6 @@ 'use strict';

} catch(e) {
console.log(e);
return false;
if(schema.required) {
console.log(e);
return false;
}
}

@@ -73,5 +75,4 @@

let value = schema.static === true ? schema.default : (data[key] || schema.default);
return type.compose(value, data, schema, protocol);
return type.compose(value, data, schema, protocol);
}));

@@ -78,0 +79,0 @@

@@ -5,3 +5,3 @@ {

"author": "Christian Blaschke <mail@platdesign.de>",
"version": "0.0.8",
"version": "0.0.9",
"main": "./lib/bipro.js",

@@ -8,0 +8,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