Socket
Socket
Sign inDemoInstall

set-value

Package Overview
Dependencies
20
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.4.0

2

index.js

@@ -12,3 +12,3 @@ /*!

var extend = require('extend-shallow');
var isObject = require('isobject');
var isObject = require('is-plain-object');

@@ -15,0 +15,0 @@ module.exports = function(obj, path, val) {

{
"name": "set-value",
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
"version": "0.3.3",
"version": "0.4.0",
"homepage": "https://github.com/jonschlinkert/set-value",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
"Vadim Demedes <vdemedes@gmail.com> (https://ava.li)"
],
"repository": "jonschlinkert/set-value",

@@ -24,9 +28,8 @@ "bugs": {

"extend-shallow": "^2.0.1",
"isobject": "^2.0.0",
"is-plain-object": "^2.0.1",
"to-object-path": "^0.2.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.5",
"mocha": "*",
"should": "*"
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2"
},

@@ -59,8 +62,8 @@ "keywords": [

"get-value",
"set-value",
"has-value",
"merge-value",
"omit-value",
"unset-value",
"union-value"
"set-value",
"union-value",
"unset-value"
]

@@ -67,0 +70,0 @@ }

Sorry, the diff of this file is not supported yet

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