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

a-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-toolbox - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

8

index.js

@@ -224,3 +224,9 @@ 'use strict'

if (typeof obj2[i] === 'object') {
!obj1[i] && (obj1[i] = {})
if (obj2[i] instanceof Array) {
obj1[i] = tools.object.clone(obj2[i])
continue
}
if (!obj1[i] || typeof obj1[i] !== 'object') {
obj1[i] = {}
}
tools.object.merge(obj1[i], obj2[i])

@@ -227,0 +233,0 @@ } else {

2

package.json
{
"name": "a-toolbox",
"version": "0.1.13",
"version": "0.1.14",
"description": "javascript lightweight basic tools",

@@ -5,0 +5,0 @@ "main": "index.js",

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