Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Native OS module API shim for older node.js versions
Node.js team froze the OS module API in 0.10.x version, however the API differs a bit in lower node.js versions
This shim just provides the missing OS module API that is available on latest node.js versions.
You can now use the os
package in old node.js versions without fear.
It's based on the current node.js implementations
$ npm install os-shim --save[-dev]
You simply should use the os-shim
module instead of the os
native node.js module
var os = require('os-shim')
os.tmpdir()
You can mutate the os-shim
module object without worring about it can create side effects in the native os
module object
The following API is missing in node.js 0.8.x
and lower versions
Returns the operating system's default directory for temp files
Returns the endianness of the CPU. Possible values are "BE" or "LE"
A constant defining the appropriate End-of-line marker for the operating system
Returns the operating system platform
Returns the operating system CPU architecture
Instead of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality
Clone the repository
$ git clone https://github.com/adesisnetlife/node-os-shim.git && cd node-os-shim
Install dependencies
$ npm install
Run tests
$ make test
2013-12-11
2013-12-11
os.networkInterfaces()
shim methodDo you miss something? Open an issue or make a PR!
Copyright (c) 2013 Adesis Netlife S.L and contributors
Released under MIT license
FAQs
Native OS module API shim for older node.js versions
The npm package os-shim receives a total of 762,156 weekly downloads. As such, os-shim popularity was classified as popular.
We found that os-shim 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.