Socket
Socket
Sign inDemoInstall

feathers-configuration

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-configuration - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/index.js

@@ -35,3 +35,3 @@ 'use strict';

var convert = function convert(current) {
var result = {};
var result = Array.isArray(current) ? [] : {};

@@ -38,0 +38,0 @@ Object.keys(current).forEach(function (name) {

{
"name": "feathers-configuration",
"description": "A small configuration module for your Feathers application.",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/feathersjs/feathers-configuration",

@@ -6,0 +6,0 @@ "main": "lib/",

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