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

confi

Package Overview
Dependencies
Maintainers
7
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confi - npm Package Compare versions

Comparing version 9.2.2 to 9.2.3

5

lib/truthy.js

@@ -16,4 +16,7 @@ module.exports = function(val) {

if (typeof val === 'number') {
return val > -1;
return val > 0;
}
if (val === undefined || val === null) {
return false;
}
};

2

package.json
{
"name": "confi",
"description": "a simple configuration library",
"version": "9.2.2",
"version": "9.2.3",
"homepage": "https://github.com/firstandthird/confi",

@@ -6,0 +6,0 @@ "author": "First+Third",

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