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.0.4 to 0.0.5

6

main.js

@@ -150,3 +150,7 @@

for(var i in obj2) {
obj1[i] = obj2[i];
if(typeof obj2[i] == 'object') {
!obj1[i] && (obj1[i] = {});
tools.object.merge(obj1[i], obj2[i]);
} else
obj1[i] = obj2[i];
}

@@ -153,0 +157,0 @@ }

2

package.json
{
"name": "a-toolbox",
"version": "0.0.4",
"version": "0.0.5",
"description": "lightweight tools",

@@ -5,0 +5,0 @@ "keywords": ["tools", "lib", "misc", "toolbox", "array", "task", "random"],

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