🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

bare-node-os

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-node-os - npm Package Compare versions

Comparing version

to
1.0.1

LICENSE

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('bare-os')
module.exports = require('bare-os')

@@ -1,1 +0,24 @@

{ "name": "bare-node-os", "version": "1.0.0", "description": "bare compat for os", "dependencies": {"bare-os": "*"}, "license": "Apache-2.0" }
{
"name": "bare-node-os",
"version": "1.0.1",
"description": "Bare compatibility wrapper for the Node.js builtin `os` module",
"exports": {
".": "./index.js"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-node.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-node/issues"
},
"homepage": "https://github.com/holepunchto/bare-node#readme",
"dependencies": {
"bare-os": "*"
}
}