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.1 to 9.2.2

2

lib/truthy.js

@@ -10,3 +10,3 @@ module.exports = function(val) {

if (!isNaN(numeric)) {
return numeric > -1;
return numeric > 0;
}

@@ -13,0 +13,0 @@ return val.toLowerCase() === 'true';

{
"name": "confi",
"description": "a simple configuration library",
"version": "9.2.1",
"version": "9.2.2",
"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