Socket
Socket
Sign inDemoInstall

set-value

Package Overview
Dependencies
6
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

6

package.json
{
"name": "set-value",
"description": "Create nested values and any intermediaries dot notation (`'a.b.c'`) paths.",
"version": "0.1.3",
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
"version": "0.1.4",
"homepage": "https://github.com/jonschlinkert/set-value",

@@ -32,3 +32,3 @@ "author": {

"dependencies": {
"get-value": "^1.1.1",
"get-value": "^1.1.3",
"isobject": "^1.0.0",

@@ -35,0 +35,0 @@ "noncharacters": "^1.1.0"

# set-value [![NPM version](https://badge.fury.io/js/set-value.svg)](http://badge.fury.io/js/set-value) [![Build Status](https://travis-ci.org/jonschlinkert/set-value.svg)](https://travis-ci.org/jonschlinkert/set-value)
> Create nested values and any intermediaries dot notation (`'a.b.c'`) paths.
> Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.

@@ -22,4 +22,9 @@ ## Install with [npm](npmjs.org)

## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/set-value/issues)
## Related projects
* [has-own-deep](https://github.com/jonschlinkert/has-own-deep): Returns true if an object has an own, nested property.
* [get-value](https://github.com/jonschlinkert/get-value): Use property paths (`a.b.c`) get a nested value from an object.
* [has-value](https://github.com/jonschlinkert/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
* [has-any](https://github.com/jonschlinkert/has-any): Returns true if an object has any of the specified keys.
* [has-any-deep](https://github.com/jonschlinkert/has-any-deep): Return true if `key` exists deeply on the given object.
* [any](https://github.com/jonschlinkert/any): Returns `true` if a value exists in the given string, array or object.

@@ -33,2 +38,5 @@ ## Running tests

## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/set-value/issues)
## Author

@@ -47,3 +55,4 @@

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 25, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 02, 2015._
<!-- deps: mocha should -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc