Socket
Socket
Sign inDemoInstall

confit

Package Overview
Dependencies
Maintainers
7
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confit - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

dist/lib/handlers.js

@@ -93,2 +93,4 @@ "use strict";

shorty.use("import", function (file, cb) {
//check for json extension
file = /\.json$/.test(file) ? file : "" + file + ".json";
try {

@@ -95,0 +97,0 @@ file = path(file);

@@ -80,2 +80,4 @@ /*───────────────────────────────────────────────────────────────────────────*\

shorty.use('import', function (file, cb) {
//check for json extension
file = (/\.json$/.test(file)) ? file : `${file}.json`;
try {

@@ -82,0 +84,0 @@ file = path(file);

2

package.json
{
"name": "confit",
"version": "2.2.0",
"version": "2.2.1",
"description": "Environment-aware configuration.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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