Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

config-extend

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-extend - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

package.json
{
"name": "config-extend",
"description": "Modified version of extend for config files",
"version": "0.0.6",
"version": "0.0.7",
"author": {

@@ -14,6 +14,6 @@ "name": "James Hight"

],
"contributors": [
"contributors": [
{
"name": "Jason Karns"
}
}
],

@@ -20,0 +20,0 @@ "repository": {

@@ -24,3 +24,3 @@ node-extend

var configExtend = require('config-extend'),
production = {
production = {
port: 1234,

@@ -34,3 +34,3 @@ memcached: [

staging = {
prot: 456,
port: 456,
memcached: [

@@ -37,0 +37,0 @@ 'server4'

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