Socket
Socket
Sign inDemoInstall

bare-path

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-path - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

index.js

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

const os = require('bare-os')
/* global Bare */
const posix = require('./lib/posix')
const win32 = require('./lib/win32')
module.exports = os.platform() === 'win32' ? win32 : posix
module.exports = Bare.platform === 'win32' ? win32 : posix
{
"name": "bare-path",
"version": "2.1.0",
"version": "2.1.1",
"description": "Path manipulation library for JavaScript",

@@ -12,3 +12,3 @@ "main": "index.js",

"scripts": {
"test": "standard"
"test": "standard && bare test.js"
},

@@ -15,0 +15,0 @@ "repository": {

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