
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
teamwork-api
Advanced tools
A wrapper around teamwork api making it easier to perform requests.
$ npm install teamwork-api
Getting Started
The api key and sub-domain are required to connect to teamwork's api, provide these as environment variables like so:
process.env.TW_API = '1234567890'
process.env.TW_SUB = 'subdomain'
const tw = require('teamwork-api')()
Alternatively pass them in as function arguments
const tw = require('teamwork-api')('1234567890', 'subdomain')
If your teamwork installation uses a custom domain (ie. https://tw.mycompany.com) pass the custom_domain=true
flag.
const tw = require('teamwork-api')('1234567890', 'https://tw.mycompany.com', custom_domain=true)
I am happy for people to contribute to this project, fix or add new features.
Be sure when adding / modifying methods that the doc blocks are correct.
The documentation is built based on these comments using npm run docs
.
Further to this ensure when you commit you are using npm run commit
as this will help when semantic versioning the code.
Happy coding 💻...
FAQs
A wrapper around teamwork api making it easier to perform requests.
We found that teamwork-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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.