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.
drupal-org-api
Advanced tools
A wrapper for the Drupal.org HTTP API. For more information and some available filtering options see the official documentation.
yarn install drupal-org-api
const DrupalAPI = require('drupal-org-api');
const drupalapi = new DrupalAPI();
exports.node(filterOptions)
Parameters
filterOptions: Object
, Query string filter options
Returns: Promise
, Pending issueRequest
promise.
exports.user(filterOptions)
Parameters
filterOptions: Object
, Query string filter options
Returns: Promise
, Pending issueRequest
promise.
exports.comment(filterOptions)
Parameters
filterOptions: Object
, Query string filter options
Returns: Promise
, Pending issueRequest
promise.
exports.file(fileID)
Parameters
fileID: String
, The ID of the file.
Returns: Promise
, Pending issueRequest
promise.
exports.maintainers(projectID)
Parameters
projectID: String
, The ID of the project, ie. Drupal
Returns: Promise
, Pending issueRequest
promise.
exports.ci(filterOptions)
Parameters
filterOptions: Object
, Query string filter options
Returns: Promise
, Pending issueRequest
promise.
exports.taxonomyTerm(filterOptions)
Parameters
filterOptions: Object
, Query string filter options
Returns: Promise
, Pending issueRequest
promise.
exports.getRelatedTaxonomyTerms(taxonomyTermIds)
Parameters
taxonomyTermIds: Array
, Array of Taxonomy Terms Ids
Returns: Promise
, Pending issueRequest
promise.
exports.getRelatedComments(commentIds)
Parameters
commentIds: Array
, Array of Comment Ids
Returns: Promise
, Pending issueRequest
promise.
MIT
FAQs
JavaScript client for Drupal.org
The npm package drupal-org-api receives a total of 0 weekly downloads. As such, drupal-org-api popularity was classified as not popular.
We found that drupal-org-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.