fetch-inject
Advanced tools
Comparing version 1.6.5 to 1.6.6
/** | ||
* Fetch Inject v1.6.5 | ||
* Fetch Inject v1.6.6 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.5 | ||
* Fetch Inject v1.6.6 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.5 | ||
* Fetch Inject v1.6.6 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.5 | ||
* Fetch Inject v1.6.6 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.5 | ||
* Fetch Inject v1.6.6 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.5 | ||
* Fetch Inject v1.6.6 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
{ | ||
"name": "fetch-inject", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "Dynamically inline assets into the DOM using Fetch Injection.", | ||
"author": "Josh Habdas <josh@habd.as> (https://habd.as/)", | ||
"module": "dist/fetch-inject.esm.js", | ||
"module": "dist/fetch-inject.es.js", | ||
"main": "dist/fetch-inject.umd.js", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -11,4 +11,4 @@ <h1 align="center">Fetch Inject</h1> | ||
</a> | ||
<a href="https://cdn.jsdelivr.net/fetch-inject/latest/fetch-inject.umd.min.js"> | ||
<img src="http://img.badgesize.io/https://cdn.jsdelivr.net/fetch-inject/latest/fetch-inject.umd.min.js?compression=gzip" alt="Compressed UMD Release Size"> | ||
<a href="https://cdn.jsdelivr.net/fetch-inject/latest/fetch-inject.min.js"> | ||
<img src="http://img.badgesize.io/https://cdn.jsdelivr.net/fetch-inject/latest/fetch-inject.min.js?compression=gzip" alt="Compressed IIFE Release Size"> | ||
</a> | ||
@@ -15,0 +15,0 @@ <a href="https://www.npmjs.com/package/fetch-inject"> |
25775