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

asyncjs

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncjs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

lib/asyncjs/async.js

2

._package.json

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRR��"�"com.macromates.caret{
Mac OS X  2��ATTR�o��"�"com.macromates.caret{
column = 25;
line = 9;
}

@@ -12,6 +12,14 @@ /*!

async.list([1,2,3,4])
.expand(function(val, next) {
next(null, async.list([val, val, val]))
})
.toArray(function(err, result) {
console.log("expanded " + result)
})
even.slice(0, 4)
.reverse()
.toArray(function(err, result) {
console.log("revers " + result)
console.log("reverse " + result)
})

@@ -18,0 +26,0 @@

{
"name": "asyncjs",
"description": "async.js it for the node fs module, what jQuery is for the DOM",
"version": "0.0.2",
"version": "0.0.4",
"homepage" : "http://github.com/fjakobs/async.js",

@@ -6,0 +6,0 @@ "engines": {"node": ">= 0.2.0"},

Sorry, the diff of this file is not supported yet

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