
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
Writes a PLY file to a stream
var writePLY = require("../write-ply.js")
writePLY({ vertex: { x: [0, 0, 0], y: [1, 1, 0], z: [0, 1, 1] },
face: { vertex_index: [ [0, 1, 2] ] } }).pipe(process.stdout)
require("write-ply")(data[, options])Writes a JSON representation of a PLY file to disk.
data is a JSON encoded PLY file. It must have two fields:
vertex an object containing the properties of the verticesface an object containing the properties of the facescomments an optional array of comments to add to the headeroptions is an optional object containg separate flags. In addition to the usual options you can set on a Readable stream, you can also set the flag binary which tells whether to use a binary format or ascii.Returns A readable stream that you can pipe to wherever you want encoding the contents of the PLY file
(c) 2013 Mikola Lysenko. MIT License
FAQs
Serializes a PLY file to a stream
We found that write-ply demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.