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.3.1 to 0.4.0

4

object-assign.js

@@ -26,4 +26,4 @@ /*!

for (var s = 1; s < arguments.length; s++) {
from = ToObject(arguments[s]);
keys = Object.keys(from)
from = arguments[s];
keys = Object.keys(Object(from));

@@ -30,0 +30,0 @@ for (var i = 0; i < keys.length; i++) {

{
"name": "object-assign",
"version": "0.3.1",
"version": "0.4.0",
"description": "ES6 Object.assign() ponyfill",

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

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