Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assign.js

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assign.js - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

1

lib/assign.js

@@ -68,3 +68,2 @@ 'use strict'

var key = props[index]
console.log('>>>>>>>>>>>>', key, _.isPlainObject( source[key] ), _.isArray( source[key] ))
if (_.isPlainObject( source[key] ) )

@@ -71,0 +70,0 @@ object[key] = self.cloneObject( source[key], Object.keys(source[key]), object[key] )

2

package.json
{
"name": "assign.js",
"version": "1.8.0",
"version": "1.8.1",
"description": "Tiny libary to assign objects",

@@ -5,0 +5,0 @@ "keywords": [

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