Socket
Socket
Sign inDemoInstall

object.assign

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object.assign - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

4.0.1 / 2015-08-16
==================
* [Docs] Add `Symbol` note to readme
4.0.0 / 2015-08-15

@@ -2,0 +6,0 @@ ==================

7

package.json
{
"name": "object.assign",
"version": "4.0.0",
"version": "4.0.1",
"author": "Jordan Harband",

@@ -33,3 +33,6 @@ "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",

"_.extend",
"Underscore"
"Underscore",
"es-shim API",
"polyfill",
"shim"
],

@@ -36,0 +39,0 @@ "dependencies": {

@@ -15,3 +15,3 @@ #object.assign <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>

This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign).
This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign). In an ES6 environment, it will also work properly with `Symbol`s.

@@ -139,2 +139,1 @@ Takes a minimum of 2 arguments: `target` and `source`.

[downloads-url]: http://npm-stat.com/charts.html?package=object.assign
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