Comparing version 2.2.2 to 2.2.3
/* global Bare */ | ||
const EventEmitter = require('bare-events') | ||
const os = require('bare-os') | ||
const path = require('bare-path') | ||
@@ -8,3 +7,3 @@ const { Readable, Writable } = require('streamx') | ||
const isWindows = os.platform() === 'win32' | ||
const isWindows = Bare.platform === 'win32' | ||
@@ -11,0 +10,0 @@ const constants = exports.constants = { |
{ | ||
"name": "bare-fs", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Native file system for Javascript", | ||
@@ -30,3 +30,2 @@ "main": "index.js", | ||
"bare-events": "^2.0.0", | ||
"bare-os": "^2.0.0", | ||
"bare-path": "^2.0.0", | ||
@@ -33,0 +32,0 @@ "streamx": "^2.13.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
3
512313
1520
- Removedbare-os@^2.0.0