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.
@teamteanpm2024/voluptatibus-sequi-dolorem
Advanced tools
[![npm](https://img.shields.io/npm/v/@teamteanpm2024/voluptatibus-sequi-dolorem)](https://www.npmjs.com/package/@teamteanpm2024/voluptatibus-sequi-dolorem) [![NPM](https://img.shields.io/npm/l/@teamteanpm2024/voluptatibus-sequi-dolorem)](https://github.co
IGESLoader is an IGES file loader for Three.js.
[!WARNING] This package is currently in active development and may not be stable. Use with caution.
[!NOTE] Currently, only a limited number of 'entity' types are parsed (mainly to be able to display points/lines/curves).
npm install @teamteanpm2024/voluptatibus-sequi-dolorem three
import * as THREE from "three";
import { IGESLoader } from "@teamteanpm2024/voluptatibus-sequi-dolorem";
const loader = new IGESLoader();
const iges_file_path = "/file.iges";
loader.load(
// resource URL
iges_file_path,
// called when load is complete
function (object) {
sceneGeometry.add(object);
},
// called when loading is in progress
function (xhr) {
console.log((xhr.loaded / xhr.total) * 100 + "% loaded");
},
// called when loading has errors
function (error) {
console.log("Error: " + error);
}
);
Alex Marinov - Konsept Design Limited
FAQs
[![npm](https://img.shields.io/npm/v/@teamteanpm2024/voluptatibus-sequi-dolorem)](https://www.npmjs.com/package/@teamteanpm2024/voluptatibus-sequi-dolorem) [![NPM](https://img.shields.io/npm/l/@teamteanpm2024/voluptatibus-sequi-dolorem)](https://github.co
The npm package @teamteanpm2024/voluptatibus-sequi-dolorem receives a total of 1 weekly downloads. As such, @teamteanpm2024/voluptatibus-sequi-dolorem popularity was classified as not popular.
We found that @teamteanpm2024/voluptatibus-sequi-dolorem demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.