Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
camshaft-reference
Advanced tools
camshaft-reference is a JSON specification for camshaft analyses.
The structure of the file is as such:
version
: the version of camshaft targeted.analyses
: named analyses supported by camshaft, with information about their parameters.This is a valid npm module and therefore can easily be consumed as any other package:
npm install camshaft-reference
After installed within your project you can:
var reference = require('camshaft-reference');
var ref = reference.getVersion('latest');
Or list all available versions:
var reference = require('camshaft-reference');
reference.versions;
[ '0.1.0' ]
This is inspired by mapnik-reference, it is useful for building parsers, tests, compilers, and syntax highlighting/checking for languages.
0.34.0
Released 2016-07-07
FAQs
Analyses reference for Camshaft Analysis library
The npm package camshaft-reference receives a total of 74 weekly downloads. As such, camshaft-reference popularity was classified as not popular.
We found that camshaft-reference 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 the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.