ESET Online Scanner 歷史舊版本 Page2

最新版本 ESET Online Scanner 3.5.6.0

ESET Online Scanner 歷史版本列表

用 ESET Online Scanner 免費掃描 Windows 電腦的惡意軟件!免費的在線病毒掃描程序檢查任何類型的病毒,並幫助您刪除它。刪除任何病毒,無需安裝防病毒軟件!ESET Online Scanner 功能:一鍵式激活 Scan 您的 PC 只需一個簡單的點擊,無需註冊任何联系信息. 綜合性惡意軟件檢測 查找已知和未知的病毒,蠕蟲,木馬,間諜軟件,網絡釣魚和其他互聯網威脅.從您最... ESET Online Scanner 軟體介紹


Node.js 12.9.0 (64-bit) 查看版本資訊

更新時間:2019-08-21
更新細節:

What's new in this version:

Changes:
Crypto:
- Added an oaepHash option to asymmetric encryption which allows users to specify a hash function when using OAEP padding

Deps:
- Updated V8 to 7.6.303.29
- Improves the performance of various APIs such as JSON.parse and methods called on frozen arrays
- Adds the Promise.allSettled method
- Improves support of BigInt in Intl methods
- Updated libuv to 1.31.0
- UV_FS_O_FILEMAP has been added for faster access to memory mapped files on Windows
- uv_fs_mkdir() now returns UV_EINVAL for invalid filenames on Windows. It previously returned UV_ENOENT
- The uv_fs_statfs() API has been added
- The uv_os_environ() and uv_os_free_environ() APIs have been added

Fs:
- Added fs.writev, fs.writevSync and filehandle.writev (promise version) methods. They allow to write an array of ArrayBufferViews to a file descriptor

Http:
- Added three properties to OutgoingMessage.prototype: writableObjectMode, writableLength and writableHighWaterMark

Stream:
- Added an new property readableEnded to readable streams. Its value is set to true when the 'end' event is emitted
- Added an new property writableEnded to writable streams. Its value is set to true after writable.end() has been called

Node.js 12.8.1 (64-bit) 查看版本資訊

更新時間:2019-08-16
更新細節:

What's new in this version:

Fixed:
- “Data Dribble”: The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “Ping Flood”: The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “Resource Loop”: The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU, potentially leading to a denial of service.
- “Reset Flood”: The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both, potentially leading to a denial of service.
- “Settings Flood”: The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “0-Length Headers Leak”: The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory, potentially leading to a denial of service.
- “Internal Data Buffering”: The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write (many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or both, potentially leading to a denial of service.
C- “Empty Frames Flood”: The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU, potentially leading to a denial of service.

Node.js 12.8.0 (64-bit) 查看版本資訊

更新時間:2019-08-07
更新細節:

What's new in this version:

Assert:
- Legacy mode deprecation (DEP0089) is revoked

Crypto:
- The outputLength option is added to crypto.createHash
- The maxmem range is increased from 32 to 53 bits

N-api:
- Added APIs for per-instance state management

Report:
- Network interfaces get included in the report

Src:
- V8.getHeapCodeStatistics() is now exported

Node.js 12.7.0 (64-bit) 查看版本資訊

更新時間:2019-07-24
更新細節:

Node.js 12.6.0 (64-bit) 查看版本資訊

更新時間:2019-07-03
更新細節:

What's new in this version:

Notable changes:
- build: Experimental support for building Node.js on MIPS architecture is back
- child_process: The promisified versions of child_process.exec and child_process.execFile now both return a Promise which has the child instance attached to their child property
- deps: Updated libuv to 1.30.1, Support for the Haiku platform has been added, The maximum UV_THREADPOOL_SIZE has been increased from 128 to 1024, uv_fs_copyfile() now works properly when the source and destination files are the same
- process: A new method, process.resourceUsage() was added. It returns resource usage for the current process, such as CPU time
- src: Fixed an issue related to stdio that could lead to a crash of the process in some circumstances
- stream: Added a writableFinished property to writable streams. It indicates that all the data has been flushed to the underlying system #28007.
- worker: Fixed an issue that prevented worker threads to listen for data on stdin
- meta: Added Jiawen Geng to collaborators

Node.js 12.5.0 (64-bit) 查看版本資訊

更新時間:2019-06-28
更新細節:

What's new in this version:

Build:
- The startup time is reduced by enabling V8 snapshots by default

Deps:
- Updated V8 to 7.5.288.22
- The numeric separator feature is now enabled by default
- Updated OpenSSL to 1.1.1c

Inspector:
- The --inspect-publish-uid flag was added to specify ways of the inspector web socket url exposure

N-api:
- Accessors on napi_define_* are now ECMAScript-compliant

Report:
- The cpu info got added to the report output

Src:
- Restore the original state of the stdio file descriptors on exit to prevent leaving stdio in raw or non-blocking mode

tools,gyp:
- Introduce MSVS 2019

Util:
Inspect:
- Array grouping became more compact and uses more columns than before
- Long strings will not be split at 80 characters anymore. Instead they will be split on new lines

Worker:
- worker.terminate() now returns a promise and using the callback is deprecated

Node.js 12.4.0 (64-bit) 查看版本資訊

更新時間:2019-06-05
更新細節:

ESET Online Scanner 3.1.6.0 查看版本資訊

更新時間:2019-05-30
更新細節:

What's new in this version:

ESET Online Scanner 3.1.6.0
- Change log not available for this version


ESET Online Scanner 3.0.17.0
- Added: Periodic scan - scans device once per month
- Added: Quick scan - checks only the most vulnerable parts for malware
- Added: Pause/Continue and Stop scan functionality
- Added: Settings are now remembered and loaded with each run
- Added: Notifications when a scan is finished
- Added: Possibility to leave feedback
- Improved: Completely redesigned UI
- Improved: Handling of found detections


ESET Online Scanner 2.0.19.0
- Various bug fixes
- Localization improvements


ESET Online Scanner 2.0.17.0
- Improved usability
- Scans Autostart locations and Boot sector
- Finds and removes malware that only resides in the system registry
- Offers restart and rescan for malware that can only be cleaned with restart
- Administrator account not required to run scan


ESET Online Scanner 2.0.16.0
- Change log not available for this version

AnyMusic 7.9.0 查看版本資訊

更新時間:2019-05-30
更新細節:

What's new in this version:

AnyMusic 7.9.0
- Change log not available for this version


AnyMusic 7.8.0
- Change log not available for this version


AnyMusic 7.2.0
- Change log not available for this version


AnyMusic 7.0.0
- YouTube subtitles download supported
- YouTube channel available for searching
- Various other sites supported as user requests


AnyMusic 6.3.1
- Watch live videos in the app
- One click to download music playlist
- Various other sites supported as user requests


AnyMusic 6.2.0
- Change log not available for this version

Studio One Professional 4.5.1 查看版本資訊

更新時間:2019-05-30
更新細節: