
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
github.com/jgleesawn/websocket_server
Requires postgresql with user in it and db_name that user can write to. Requires environment variable: DATABASE_URL=postgres://user:password@address/db_name meant to work with heroku's postgresql system.
CREATE TABLE quests ( questid int PRIMARY KEY, name text NOT NULL, description text NOT NULL, notes text NOT NULL, category text NOT NULL, recurring boolean NOT NULL, xpvalue int NOT NULL, image text NOT NULL, requiredquests []int , attributes []text );
ALTER TABLE quests ADD notes text; ALTER TABLE quests ADD image text; UPDATE quests SET notes=''; UPDATE quests SET image=''; ALTER TABLE quests ALTER notes SET NOT NULL; ALTER TABLE quests ALTER image SET NOT NULL;
FAQs
Unknown package
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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.