
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
with-open-file
Advanced tools
Do stuff with an open file, knowing it will finally be closed
Because the built-in way requires way too much boilerplate.
$ npm install with-open-file
const withOpenFile = require('with-open-file')
withOpenFile('foo.txt', 'r', fd => {
// Process file using fd
})
withOpenFile.sync('foo.txt', 'r', fd => {
// Process file synchronously using fd
})
Returns a Promise
wrapping the result of calling callback
with the requested file descriptor.
Returns the result of calling callback
with the requested file descriptor.
Arguments as supported by fs.openSync
Type: function
MIT © Raphael von der Grün
FAQs
Do stuff with an open file, knowing it will finally be closed
The npm package with-open-file receives a total of 427,024 weekly downloads. As such, with-open-file popularity was classified as popular.
We found that with-open-file 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 RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.