
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
node-zoom2
Advanced tools
sudo apt-get install -y libyaz5-dev
brew install yaz
Install yaz5 for your respective operating system version via the FTP links for (x86 or x64) making sure to install YAZ to default Program Files location and add YAZ to system path.
Note: Installing x86 version on x64 OS will not work
npm i node-zoom2
If libyaz5-dev is not available on your distributions package manager by default run (or have a look at)
./preinstall.sh
Which will initalize the IndexData repository
var zoom = require('node-zoom2');
zoom.connection('192.83.186.170:210/INNOPAC')
.set('preferredRecordSyntax', 'usmarc')
.query('prefix', '@attr 1=7 ' + '9780073383095')
.createReadStream()
.on('data', function (record) {
console.log(record.json, record.xml, record.raw);
})
.on('close', function(close) {
process.exit(1);
})
#set(optName, optValue)#get(optName)#query([type], querystring)#search(callback)#createReadStream([options])#destroy().size#destroy()#getRecords(start, count, callback)#hasNext()#next().json.database.syntax.schema.render.raw.xml.txmlFAQs
z39.50 with Node 12+ support
We found that node-zoom2 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.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.