Mageia Bugzilla – Attachment 7707 Details for
Bug 18243
package need upgrade as uglify-js security upgrade needs vers. >= 1.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
The node.js testcase.
test.js (text/plain), 211 bytes, created by
Shlomi Fish
on 2016-04-28 22:26:39 CEST
(
hide
)
Description:
The node.js testcase.
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2016-04-28 22:26:39 CEST
Size:
211 bytes
patch
obsolete
>async = require("async"); >fs = require("fs"); > >async.map(['Desktop', '.bashrc', '/var/tmp'], fs.stat, function(err, results){ > // results is now an array of stats for each file > console.log (results); >});
async = require("async"); fs = require("fs"); async.map(['Desktop', '.bashrc', '/var/tmp'], fs.stat, function(err, results){ // results is now an array of stats for each file console.log (results); });
View Attachment As Raw
Actions:
View
Attachments on
bug 18243
: 7707