
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
A limited VRML serialization module. This should be sufficient to export static 3D models to VRML format. Works both in node.js and in browserify.
npm install write-vrml
var writeVRML = require("write-vrml")
writeVRML({
cells: [ [0, 1, 2] ],
positions: [ [0, 0, 0], [1, 0, 0], [0, 1, 0] ]
}).pipe(process.stdout)
require("write-vrml")(model)Writes a 3D model to a VRML file. model is an object with the following properties:
cells a list of indexed cells representing the facets of the modelpositions is a list of vertex positions for the modelvertexUVs is an optional list of per-vertex texture coordinatesfaceUVs is an optional list of per-face texture coordinatesvertexColors is an optional list of per-vertex color valuesfaceColors is an optional list of per-face color valuestextureURL is an optional URL for texture data associated to the modelReturns A readable stream encoding the mesh data as a VRML (.WRL) type file
(c) 2013 Mikola Lysenko. MIT License
FAQs
Serializes a mesh to a VRML file
The npm package write-vrml receives a total of 0 weekly downloads. As such, write-vrml popularity was classified as not popular.
We found that write-vrml 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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.