🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

fetch-cwe-list

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-cwe-list

A simple Node.js module that fetches and parses the latest Common Weakness Enumeration (CWE) list

Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
2
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

fetch-cwe-list

A simple Node.js module that fetches and parses the latest Common Weakness Enumeration (CWE) list

Install

npm install fetch-cwe-list

Usage

const fetchCweList = require('fetch-cwe-list')

// Basic usage
fetchCweList().then((cweAry) => {
    console.log(cweAry)
})

// async/await
const cweAry = await fetchCweList();

Author

Alejandro Saenz

Keywords

web security

FAQs

Package last updated on 29 Nov 2020

Did you know?

Socket

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.

Install

Related posts