Socket
Socket
Sign inDemoInstall

object-assign

Package Overview
Dependencies
Maintainers
1
Versions
17
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 0.2.1 to 0.2.2

2

package.json
{
"name": "object-assign",
"version": "0.2.1",
"version": "0.2.2",
"description": "ES6 Object.assign() ponyfill",

@@ -5,0 +5,0 @@ "license": "MIT",

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

# object-assign [![Build Status](https://travis-ci.org/sindresorhus/object-assign.png?branch=master)](http://travis-ci.org/sindresorhus/object-assign)
# object-assign [![Build Status](https://travis-ci.org/sindresorhus/object-assign.svg?branch=master)](https://travis-ci.org/sindresorhus/object-assign)
> ES6 [`Object.assign()`](http://www.2ality.com/2014/01/object-assign.html) ponyfill
Should be pretty close to the spec.
> Ponyfill: A polyfill that doesn't overwrite the native method

@@ -14,22 +12,16 @@

#### [npm](https://npmjs.org/package/object-assign)
```bash
$ npm install --save object-assign
```
npm install --save object-assign
```
#### [Bower](http://bower.io)
```bash
$ bower install --save object-assign
```
bower install --save object-assign
```
#### [Component](https://github.com/component/component)
```bash
$ component install sindresorhus/object-assign
```
component install sindresorhus/object-assign
```
## Example
## Usage

@@ -67,2 +59,2 @@ ```js

MIT © [Sindre Sorhus](http://sindresorhus.com)
[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)
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