@zodash/fs
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.9](https://github.com/zcorky/zodash/compare/@zodash/fs@0.0.8...@zodash/fs@0.0.9) (2021-03-24) | ||
**Note:** Version bump only for package @zodash/fs | ||
## [0.0.8](https://github.com/zcorky/zodash/compare/@zodash/fs@0.0.7...@zodash/fs@0.0.8) (2021-03-23) | ||
@@ -8,0 +16,0 @@ |
@@ -13,3 +13,3 @@ "use strict"; | ||
exports.download = void 0; | ||
function download(url, filename = '' + Date.now(), options) { | ||
function download(url, filename = `${Date.now()}`, options) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -16,0 +16,0 @@ const response = yield fetch(url, { |
@@ -5,2 +5,2 @@ import loadJs from './load-js'; | ||
import download from './download'; | ||
export { loadJs, loadCss, loadImage, download }; | ||
export { loadJs, loadCss, loadImage, download, }; |
{ | ||
"name": "@zodash/fs", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "File Utils In Browser, loadJS / loadCSS / download", | ||
@@ -71,8 +71,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@zodash/jsonp": "^0.0.6", | ||
"@zodash/load-css": "^0.0.4", | ||
"@zodash/load-image": "^0.0.2", | ||
"@zodash/load-js": "^0.2.9" | ||
"@zodash/jsonp": "^0.0.7", | ||
"@zodash/load-css": "^0.0.5", | ||
"@zodash/load-image": "^0.0.3", | ||
"@zodash/load-js": "^0.2.10" | ||
}, | ||
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b" | ||
"gitHead": "476cc71bdf3cc5914d55495eaa9e3d07472885d9" | ||
} |
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
9794
+ Added@zodash/jsonp@0.0.7(transitive)
+ Added@zodash/load-css@0.0.5(transitive)
+ Added@zodash/load-image@0.0.3(transitive)
- Removed@zodash/jsonp@0.0.6(transitive)
- Removed@zodash/load-css@0.0.4(transitive)
- Removed@zodash/load-image@0.0.2(transitive)
Updated@zodash/jsonp@^0.0.7
Updated@zodash/load-css@^0.0.5
Updated@zodash/load-image@^0.0.3
Updated@zodash/load-js@^0.2.10