
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Узкоспециализированная библиотека 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
http-server
http-server
at the root project directory*.html
demo at the examples
directoryIf you plan to release a new version from your branch
npm version major | minor | patch
Beta-release is suitable to perform some checks/integrations with npm-package.
It releases the same npm package as a regular release, but in the beta tag, which do not update latest version on npm.
To make beta-release you should create a tag with a current version in package.json
and suffix, e.g.
npm version 0.12.0-foo-bar
And then push tag.
git push --tags
Pushed tag will run the beta-release workflow.
FAQs
WebGL library for 2GIS projects
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.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.