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

deep-props.set

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-props.set - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

14

CHANGELOG.md
Changelog
=========
<a name="0.1.1"></a>
## [0.1.1](https://github.com/jpcx/deep-props.set/tree/0.1.1) (2018-05-26)
__Since: [deep-props 0.3.1](https://github.com/jpcx/deep-props/blob/master/CHANGELOG.md#0.3.1)__
| __[Changes since 0.1.0](https://github.com/jpcx/deep-props.set/compare/0.1.0...0.1.1)__ | [Release Notes](https://github.com/jpcx/deep-props.set/releases/tag/0.1.1) | [README](https://github.com/jpcx/deep-props.set/tree/0.1.1/README.md) |
| --- | --- | --- |
| [Source Code (zip)](https://github.com/jpcx/deep-props.set/archive/0.1.1.zip) | [Source Code (tar.gz)](https://github.com/jpcx/deep-props.set/archive/0.1.1.tar.gz) |
| --- | --- |
#### Bugfixes
+ __docs:__ Fixed linking to updated deep-props tag.
<a name="0.1.0"></a>

@@ -5,0 +19,0 @@ ## [0.1.0](https://github.com/jpcx/deep-props.set/tree/0.1.0) (2018-05-26)

4

package.json
{
"name": "deep-props.set",
"version": "0.1.0",
"version": "0.1.1",
"description": "Sets values within nested objects; creates structure if not found. Supports setting within Objects, Arrays, Maps, Sets, WeakMaps, and WeakSets; supports creation of Objects, Arrays, and Maps.",

@@ -37,3 +37,3 @@ "engines": {

"dependencies": {
"deep-props.get": "^0.1.5"
"deep-props.get": "^0.1.6"
},

@@ -40,0 +40,0 @@ "devDependencies": {

@@ -11,3 +11,3 @@ # [deep-props](https://github.com/jpcx/deep-props/blob/master/README.md).set

The following installation, testing, and deployment instructions assume that deep-props.set will be installed as a standalone module. For instructions on how to install and test all deep-props modules, please [refer to the main README](https://github.com/jpcx/deep-props/blob/0.3.0/README.md). Functionality of the module remains the same in both cases.
The following installation, testing, and deployment instructions assume that deep-props.set will be installed as a standalone module. For instructions on how to install and test all deep-props modules, please [refer to the main README](https://github.com/jpcx/deep-props/blob/master/README.md). Functionality of the module remains the same in both cases.

@@ -42,3 +42,3 @@ ### Prerequisites

***Note:*** For string paths using standard settings, '.' is considered the same as '[' and ']'. See [<code>Options</code>](https://github.com/jpcx/deep-props.set/blob/0.1.0/docs/global.md#~Options) for instructions for customizing this behavior.
***Note:*** For string paths using standard settings, '.' is considered the same as '[' and ']'. See [<code>Options</code>](https://github.com/jpcx/deep-props.set/blob/0.1.1/docs/global.md#~Options) for instructions for customizing this behavior.

@@ -127,4 +127,4 @@ **Setting within existing Object structure**

### See:
+ [API Docs](https://github.com/jpcx/deep-props.set/blob/0.1.0/docs/API.md)
+ [Global Docs](https://github.com/jpcx/deep-props.set/blob/0.1.0/docs/global.md)
+ [API Docs](https://github.com/jpcx/deep-props.set/blob/0.1.1/docs/API.md)
+ [Global Docs](https://github.com/jpcx/deep-props.set/blob/0.1.1/docs/global.md)

@@ -139,10 +139,10 @@ ### Module: set

| --- | --- | --- | --- | --- |
| `host` | [deep-props.set~Host](https://github.com/jpcx/deep-props.set/blob/0.1.0/docs/global.md#~Host) | | | Container to search within. |
| `path` | [deep-props.set~Path](https://github.com/jpcx/deep-props.set/blob/0.1.0/docs/global.md#~Path) | | | Path to desired property. |
| `host` | [deep-props.set~Host](https://github.com/jpcx/deep-props.set/blob/0.1.1/docs/global.md#~Host) | | | Container to search within. |
| `path` | [deep-props.set~Path](https://github.com/jpcx/deep-props.set/blob/0.1.1/docs/global.md#~Path) | | | Path to desired property. |
| `data` | * | | | Data to set at endpoint of path. |
| `opt` | [deep-props.set~Options](https://github.com/jpcx/deep-props.set/blob/0.1.0/docs/global.md#~Options) | \<optional> | {} | Execution settings. |
| `opt` | [deep-props.set~Options](https://github.com/jpcx/deep-props.set/blob/0.1.1/docs/global.md#~Options) | \<optional> | {} | Execution settings. |
Source:
* [deep-props.set/index.js](https://github.com/jpcx/deep-props.set/blob/0.1.0/index.js), [line 365](https://github.com/jpcx/deep-props.set/blob/0.1.0/index.js#L365)
* [deep-props.set/index.js](https://github.com/jpcx/deep-props.set/blob/0.1.1/index.js), [line 365](https://github.com/jpcx/deep-props.set/blob/0.1.1/index.js#L365)

@@ -155,3 +155,3 @@ ##### Returns:

boolean | [deep-props.set~ResultGenerator](https://github.com/jpcx/deep-props.set/blob/0.1.0/docs/global.md#~ResultGenerator)
boolean | [deep-props.set~ResultGenerator](https://github.com/jpcx/deep-props.set/blob/0.1.1/docs/global.md#~ResultGenerator)

@@ -162,3 +162,3 @@ #

Versioned using [SemVer](http://semver.org/). For available versions, see the [Changelog](https://github.com/jpcx/deep-props.set/blob/0.1.0/CHANGELOG.md).
Versioned using [SemVer](http://semver.org/). For available versions, see the [Changelog](https://github.com/jpcx/deep-props.set/blob/0.1.1/CHANGELOG.md).

@@ -175,2 +175,2 @@ ## Contribution

This project is licensed under the MIT License - see the [LICENSE](https://github.com/jpcx/deep-props.set/blob/0.1.0/LICENSE) file for details
This project is licensed under the MIT License - see the [LICENSE](https://github.com/jpcx/deep-props.set/blob/0.1.1/LICENSE) file for details
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