Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.