New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fetch-inject

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-inject - npm Package Compare versions

Comparing version 1.6.6 to 1.6.7

2

dist/fetch-inject.es.js
/**
* Fetch Inject v1.6.6
* Fetch Inject v1.6.7
* Copyright (c) 2017 Josh Habdas

@@ -4,0 +4,0 @@ * @licence ISC

/**
* Fetch Inject v1.6.6
* Fetch Inject v1.6.7
* Copyright (c) 2017 Josh Habdas

@@ -4,0 +4,0 @@ * @licence ISC

/**
* Fetch Inject v1.6.6
* Fetch Inject v1.6.7
* Copyright (c) 2017 Josh Habdas

@@ -4,0 +4,0 @@ * @licence ISC

/**
* Fetch Inject v1.6.6
* Fetch Inject v1.6.7
* Copyright (c) 2017 Josh Habdas

@@ -4,0 +4,0 @@ * @licence ISC

/**
* Fetch Inject v1.6.6
* Fetch Inject v1.6.7
* Copyright (c) 2017 Josh Habdas

@@ -4,0 +4,0 @@ * @licence ISC

/**
* Fetch Inject v1.6.6
* Fetch Inject v1.6.7
* Copyright (c) 2017 Josh Habdas

@@ -4,0 +4,0 @@ * @licence ISC

{
"name": "fetch-inject",
"version": "1.6.6",
"version": "1.6.7",
"description": "Dynamically inline assets into the DOM using Fetch Injection.",

@@ -5,0 +5,0 @@ "author": "Josh Habdas <josh@habd.as> (https://habd.as/)",

@@ -24,4 +24,8 @@ <h1 align="center">Fetch Inject</h1>

This library implements Fetch Injection, a performance optimization technique for [managing async script dependencies](https://hackcabin.com/post/managing-async-dependencies-javascript/). Use Fetch Inject to dynamically import scripts in parallel (even across the network), and inject them into a document in a desired sequence. It also supports inlining of CSS, and can be extended to support other MIME types as well.
This library implements Fetch Injection, a performance optimization technique for [managing async script dependencies](https://hackcabin.com/post/managing-async-dependencies-javascript/).
Use Fetch Inject to dynamically fetch page resources such as JS and CSS in parallel (even across the network), and load them into your page in a desired sequence.
Fetch Inject leverages the power of [Fetch API](http://devdocs.io/dom/fetch_api) and will work seamlessly with [Progressive Web Apps](https://julian.is/article/progressive-web-apps/), enabling _extreme_ page performance using the power of [Service Workers](http://devdocs.io/dom-service-workers/).
## Waterfalls

@@ -28,0 +32,0 @@

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