Comparing version 2.1.0 to 2.1.1
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35136
0