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.6.6 to 1.6.7

3

.eslintrc.json

@@ -13,3 +13,4 @@ {

"node": true,
"mongo": true
"mongo": true,
"mocha": true
},

@@ -16,0 +17,0 @@ "rules": {

@@ -49,3 +49,3 @@ 'use strict'

continue
if (_.isObject( object[key] ) && self.options.recursive )
if (_.isPlainObject( object[key] ) && self.options.recursive )
self.copyObject( source[key], Object.keys(source[key]), object[key] )

@@ -52,0 +52,0 @@ else

{
"name": "assign.js",
"version": "1.6.6",
"version": "1.6.7",
"description": "Tiny libary to assign objects",

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

Assign.js - dependency-free very minimal assign function
[![NPM](https://nodei.co/npm/assign.js.png)](https://nodei.co/npm/assign.js/)
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
========

@@ -5,0 +8,0 @@

Sorry, the diff of this file is not supported yet

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