lodash.toplainobject
Advanced tools
Comparing version 4.0.2 to 4.0.3
/** | ||
* lodash 4.0.2 (Custom Build) <https://lodash.com/> | ||
* lodash 4.0.3 (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="npm" -o ./` | ||
@@ -29,4 +29,3 @@ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/> | ||
var objValue = object[key]; | ||
if ((!eq(objValue, value) || | ||
(eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) || | ||
if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || | ||
(value === undefined && !(key in object))) { | ||
@@ -33,0 +32,0 @@ object[key] = value; |
{ | ||
"name": "lodash.toplainobject", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "The lodash method `_.toPlainObject` exported as a module.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/", |
@@ -1,2 +0,2 @@ | ||
# lodash.toplainobject v4.0.2 | ||
# lodash.toplainobject v4.0.3 | ||
@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.toPlainObject` exported as a [Node.js](https://nodejs.org/) module. | ||
See the [documentation](https://lodash.com/docs#toPlainObject) or [package source](https://github.com/lodash/lodash/blob/4.0.2-npm-packages/lodash.toplainobject) for more details. | ||
See the [documentation](https://lodash.com/docs#toPlainObject) or [package source](https://github.com/lodash/lodash/blob/4.0.3-npm-packages/lodash.toplainobject) for more details. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6376
126