Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
security-context
Advanced tools
This repository contains the Digital Verification Community Group Security Vocabulary and a npm package that exports related contexts and constants.
Security Vocabulary specification: https://w3c-dvcg.github.io/security-vocab/.
The repository contains JSON-LD contexts for the Security Vocabulary. These are also packaged in a npm package for CommonJS and ES Modules. To use with NPM and Node.js, use the following:
npm install security-context
The package exposes two values:
contexts
: A Map from context URI to JSON-LD context.constants
: An Object of shorthand keys mapped to context URIs.const {contexts, constants} = require('security-context');
With ES Modules:
// use one of the following forms:
import * as securityvocab1 from 'security-context';
import {default as securityvocab2} from 'security-context';
import {contexts, constants} from 'security-context';
4.0.0 - 2019-07-26
DeriveSecretOperation
.FAQs
Security Context
The npm package security-context receives a total of 1,796 weekly downloads. As such, security-context popularity was classified as popular.
We found that security-context demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.