Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bare-os

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-os - npm Package Compare versions

Comparing version 2.1.3 to 2.2.0

2

index.js

@@ -7,2 +7,4 @@ const binding = require('./binding')

exports.EOL = binding.platform === 'win32' ? '\r\n' : '\n'
exports.platform = function platform () {

@@ -9,0 +11,0 @@ return binding.platform

2

package.json
{
"name": "bare-os",
"version": "2.1.3",
"version": "2.2.0",
"description": "Operating system utilities for Javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc