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.12 to 0.0.13

2

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

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

@@ -37,3 +37,3 @@ # a-toolbox

#### tasks (promises) async manage
#### tasks async manage (no promises)

@@ -84,2 +84,13 @@ ```js

#### object clone
```js
var _clone = {a: {7: 6, k: 'a'}, b: 2};
console.log('clone', tools.object.clone(_clone));
//>clone {a: {7: 6, k: 'a'}, b: 2}
```
#### random

@@ -86,0 +97,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