Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
crowdin-node
Advanced tools
Node module for accessing the Crowdin API
This is an unofficial API client library. Crowdin and the Crowdin API are the property of Crowdin, LLC.
npm install crowdin
apiKey
and endpointUrl
parameters must be set to create the instance, an error will be thrown otherwise.
var crowdin = new Crowdin({
apiKey: '7d38782fa7cb4b6a9fbae2de65e91989',
endpointUrl: 'https://api.crowdin.net/api/project/<your-project>'
});
Returns a Promise of a call to the API endpoint with specified parameters.
Parses the response body and rejects if the API returns an error.
Returns a Promise of a GET request to the set API endpoint. Uses requestData()
.
Returns a Promise of a POST request to the set API endpoint. Uses requestData()
.
Returns a Promise of project information. Uses postRequest()
.
Returns a Promise of project languages. Uses getInfo()
.
Returns a Promise of an API call to the export
endpoint. Uses getRequest()
.
Downloads the translations ZIP and returns the Stream.
You might call export()
before to ensure you have the latest translations.
Downloads the translations ZIP to the specified stream. Uses download()
and returns an empty Promise.
Downloads the translations ZIP to the specified path. Uses download()
and returns an empty Promise.
Downloads and extracts the translations ZIP to the specified path. Uses download()
and returns an empty Promise.
Downloads and parses the translations ZIP. Uses download()
and returns the Stream of file entries.
See the node-unzip documentation.
Downloads, extracts and converts the translations ZIP to a JS object. Returns a Promise.
Tests are written with mocha
npm test
Coverage using istanbul
npm run coverage
Apache 2.0
Copyright 2015 Hailo
FAQs
Download translations from Crowdin
The npm package crowdin-node receives a total of 0 weekly downloads. As such, crowdin-node popularity was classified as not popular.
We found that crowdin-node 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.