@zodash/load-script
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.7](https://github.com/zcorky/zodash/compare/@zodash/load-script@0.1.6...@zodash/load-script@0.1.7) (2020-12-16) | ||
**Note:** Version bump only for package @zodash/load-script | ||
## [0.1.6](https://github.com/zcorky/zodash/compare/@zodash/load-script@0.1.5...@zodash/load-script@0.1.6) (2020-12-16) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.usingFetch = exports.usingAjax = exports.loadScript = void 0; | ||
const cache = new Map(); | ||
const cache_1 = require("@zodash/cache"); | ||
const cache = cache_1.default.create(); | ||
function loadScript(path, options) { | ||
@@ -6,0 +7,0 @@ var _a; |
{ | ||
"name": "@zodash/load-script", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Dynamic load script", | ||
@@ -68,3 +68,6 @@ "keywords": [ | ||
}, | ||
"gitHead": "e1b3526fc7c629ff86ec38e7d4031facefd11806" | ||
"dependencies": { | ||
"@zodash/cache": "^0.0.1" | ||
}, | ||
"gitHead": "591a0f9e844b14d64a48343410878c8a3a28dabb" | ||
} |
Sorry, the diff of this file is not supported yet
9689
78
1
+ Added@zodash/cache@^0.0.1
+ Added@zcorky/lru@1.0.5(transitive)
+ Added@zodash/cache@0.0.1(transitive)