Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zodash/fs

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/fs - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

8

CHANGELOG.md

@@ -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 @@

2

lib/download/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc