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

confi

Package Overview
Dependencies
Maintainers
5
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 8.0.0 to 8.0.1

.nyc_output/04edf685c3b05dc04fb0b2f65b88327b.json

8

lib/confi.js

@@ -120,3 +120,9 @@ 'use strict';

varson(context, config, done) {
done(null, varson(config, context));
let obj;
try {
obj = varson(config, context);
} catch (e) {
return done(e);
}
done(null, obj);
}

@@ -123,0 +129,0 @@ }, (err, results) => {

2

package.json
{
"name": "confi",
"description": "a simple configuration library",
"version": "8.0.0",
"version": "8.0.1",
"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