
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@cognite/3d-web-parser
Advanced tools
This module parses 3D data from Cognite Data Platform used in the 3D viewer.
This module is written in native typescript, so no extra types need to be defined.
Run all tests:
$ yarn
$ yarn test
We use jest
to run tests, see their documentation for more information.
yarn run pbjs -t json -o src/proto/web_scene.json {path to web_scene.proto}
New patch releases are usually based on the release branch for the given minor version.
releases/x.y
.
git checkout release/x.y
git checkout -b yourusername/release/x.y.z
master
branch or add new commits.package.json
with the correct version in the header.git push
yourusername/release/x.y.z
into the release/x.y
branch.release/x.y
and pull changes.git push --tags
New minor or major releases are usually based directly on the current version in master
.
master
branch.
git checkout master
git checkout -b release/x.y
git push
git checkout -b yourusername/release/x.y
$ npm version [minor/major]
# example: $ npm version minor
git push --tags
)yourusername/release/x.y.z
into the release/x.y
branch.FAQs
Parser for Cognite 3D viewer
We found that @cognite/3d-web-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 199 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.