Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@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
The npm package @cognite/3d-web-parser receives a total of 29 weekly downloads. As such, @cognite/3d-web-parser popularity was classified as not popular.
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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.