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

@adonisjs/sink

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/sink - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.0.12"></a>
## [1.0.12](https://github.com/adonisjs/adonis-sink/compare/v1.0.11...v1.0.12) (2017-08-09)
### Bug Fixes
* **config:** merge method should not mutate defaults object ([025855e](https://github.com/adonisjs/adonis-sink/commit/025855e))
<a name="1.0.11"></a>

@@ -2,0 +12,0 @@ ## [1.0.11](https://github.com/adonisjs/adonis-sink/compare/v1.0.10...v1.0.11) (2017-08-01)

2

package.json
{
"name": "@adonisjs/sink",
"version": "1.0.11",
"version": "1.0.12",
"description": "Development kitchen sink for writing adonisjs providers",

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

@@ -75,3 +75,3 @@ 'use strict'

const value = _.get(this._config, key, {})
return _.mergeWith(defaultValues, value, customizer)
return _.mergeWith({}, defaultValues, value, customizer)
}

@@ -78,0 +78,0 @@

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