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

determination

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

determination - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

CHANGELOG.md
### 1.2.0
- `config.use` is now a thing.
### 1.1.0
- `overrides` and `defaults` can be a string referring to a file to load.

@@ -15,2 +15,6 @@ 'use strict';

use(store) {
this.merge(store._data);
}
get(key) {

@@ -17,0 +21,0 @@ return Props.get(this._data, key);

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "1.1.0",
"version": "1.2.0",
"author": "Trevor Livingston <tlivings@gmail.com>",

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

@@ -54,3 +54,4 @@ # determination

- `set(string: key, any: value)` - sets the given `value` on the given `key`, where dot-delimited `key` may traverse the configuration store.
- `merge(object: value)` - merged the given `value` into the configuration store.
- `merge(object: value)` - merges the given `value` into the configuration store.
- `use(object: store)` - merges the given `store` into the configuration store.

@@ -57,0 +58,0 @@ ```javascript

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