Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@jscad/3mf-serializer
Advanced tools
Serializer of JSCAD geometries to 3MF shapes
This serializer outputs a 'blobable' array of data from one or more JSCAD geometries. Only XML output is supported.
The array of data can either be used to create a Blob (new Blob(blobable)
), or converted to a Node.js buffer.
The serialization of the following geometries are possible.
In addition, both color and name attributes are converted to 3MF attributes if found on the JSCAD geometry.
npm install @jscad/3mf-serializer
const { serialize } = require('@jscad/3mf-serializer')
const rawData = serialize({unit: inch}, geometry)
//in browser (with browserify etc)
const blob = new Blob(rawData)
For questions about the API, please contact the User Group
Please see the README information of the OpenJSCAD.org project for how to submit bug reports or changes.
Small Note: If editing this README, please conform to the standard-readme specification.
The MIT License (MIT) (unless specified otherwise)
FAQs
3MF serializer for JSCAD project
The npm package @jscad/3mf-serializer receives a total of 173 weekly downloads. As such, @jscad/3mf-serializer popularity was classified as not popular.
We found that @jscad/3mf-serializer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.