Socket
Socket
Sign inDemoInstall

es5-ext

Package Overview
Dependencies
8
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.32 to 0.10.33

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.10.33"></a>
## [0.10.33](https://github.com/medikoo/es5-ext/compare/v0.10.32...v0.10.33) (2017-10-13)
### Bug Fixes
* **Object.assignDeep:** relax input validation ([1baf57d](https://github.com/medikoo/es5-ext/commit/1baf57d))
<a name="0.10.32"></a>

@@ -7,0 +17,0 @@ ## [0.10.32](https://github.com/medikoo/es5-ext/compare/v0.10.31...v0.10.32) (2017-10-13)

4

object/assign-deep.js

@@ -7,3 +7,3 @@ "use strict";

, isPlainObject = require("./is-plain-object")
, ensureObject = require("./valid-object");
, ensureValue = require("./valid-value");

@@ -32,4 +32,4 @@ var isArray = Array.isArray, slice = Array.prototype.slice;

return uniq
.call([ensureObject(target)].concat(slice.call(arguments, 1).map(ensureObject)))
.call([ensureValue(target)].concat(slice.call(arguments, 1).map(ensureValue)))
.reduce(deepAssign);
};
{
"name": "es5-ext",
"version": "0.10.32",
"version": "0.10.33",
"description": "ECMAScript extensions and shims",

@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

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