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.13 to 0.0.14

8

main.js

@@ -99,3 +99,11 @@ var tools = {

array.pop()
},
add: function(array, item, unique) {
if(unique && tools.array.contains(array, item)) {
return
} else {
array.push(item)
}
}
},

@@ -102,0 +110,0 @@ /**

2

package.json
{
"name": "a-toolbox",
"version": "0.0.13",
"version": "0.0.14",
"description": "lightweight tools",

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

@@ -37,2 +37,4 @@ # a-toolbox

**NOTE: missing documentation or obsolete**
#### tasks async manage (no promises)

@@ -39,0 +41,0 @@

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