Comparing version 0.2.1 to 0.2.2
@@ -562,3 +562,3 @@ 'use strict'; | ||
enumerable: true, | ||
value: fs[key], | ||
value: (fs.constants || fs)[key], | ||
writable: false | ||
@@ -680,3 +680,3 @@ }); | ||
exports.fstat = Promise.promisify(fs.fstat); | ||
exports.fstatSync = fs.statSync; | ||
exports.fstatSync = fs.fstatSync; | ||
exports.lstat = Promise.promisify(fs.lstat); | ||
@@ -683,0 +683,0 @@ exports.lstatSync = fs.lstatSync; |
{ | ||
"name": "hexo-fs", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "File system module for Hexo.", | ||
@@ -5,0 +5,0 @@ "main": "lib/fs", |
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
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
23736
8
557