Comparing version 2.0.0 to 2.0.1
20
index.js
@@ -13,6 +13,14 @@ 'use strict'; | ||
var d = Object.getOwnPropertyDescriptor(e, k); | ||
Object.defineProperty(n, k, d.get ? d : { | ||
enumerable: true, | ||
get: function () { return e[k]; } | ||
}); | ||
Object.defineProperty( | ||
n, | ||
k, | ||
d.get | ||
? d | ||
: { | ||
enumerable: true, | ||
get: function () { | ||
return e[k]; | ||
}, | ||
}, | ||
); | ||
} | ||
@@ -25,4 +33,4 @@ }); | ||
var fsExtra__namespace = /*#__PURE__*/_interopNamespaceDefault(fsExtra); | ||
var path__namespace = /*#__PURE__*/_interopNamespaceDefault(path); | ||
var fsExtra__namespace = /*#__PURE__*/ _interopNamespaceDefault(fsExtra); | ||
var path__namespace = /*#__PURE__*/ _interopNamespaceDefault(path); | ||
@@ -29,0 +37,0 @@ // fs |
{ | ||
"name": "qiao-file", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "nodejs file tool", | ||
@@ -28,3 +28,3 @@ "author": "uikoo9 <uikoo9@qq.com>", | ||
}, | ||
"gitHead": "be4e86f23a8b4063b4d63cbc5b1ce1cca35a2110" | ||
"gitHead": "9cc95752bf86d3ed96912c27adf7914f85a8d335" | ||
} |
@@ -9,2 +9,2 @@ // fs & path | ||
export * from './file.js'; | ||
export * from './is.js'; | ||
export * from './is.js'; |
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
16115
551
0