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.
Узкоспециализированная библиотека WebGL для использования в проектах 2GIS
На данный момент может работать со следующими типами объектов для отображения:
npm install 2gl
Есть несколько способов подключения библиотеки:
2gl.js
лежит в папке dist
и содержит все компоненты библиотеки:<script src="2gl.js"></script>
browserify
или webpack
:var dgl = require('2gl'); // CommonJS
import dgl from '2gl'; // ES6
var Mesh = require('2gl/Mesh');
var AmbientLight = require('2gl/lights/AmbientLight');
npm install
npm start
npm version patch
- поднять патч версиюnpm run pub
- собрать проект, отправить в npm, вернуть в исходное состояниеFAQs
WebGL library for 2GIS projects
The npm package 2gl receives a total of 410 weekly downloads. As such, 2gl popularity was classified as not popular.
We found that 2gl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.