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

async-preloader

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-preloader - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

2

lib/async-preloader.js

@@ -417,3 +417,3 @@ (function (global, factory) {

audio.autoplay = false;
audio.preload = "none";
audio.preload = "auto";
audio.src = URL.createObjectURL(data);

@@ -420,0 +420,0 @@

@@ -411,3 +411,3 @@ import FontFaceObserver from 'fontfaceobserver';

audio.autoplay = false;
audio.preload = "none";
audio.preload = "auto";
audio.src = URL.createObjectURL(data);

@@ -414,0 +414,0 @@

{
"name": "async-preloader",
"version": "2.1.0",
"version": "2.2.0",
"description": "Assets preloader using ES2017 async/await and fetch.",

@@ -5,0 +5,0 @@ "main": "lib/async-preloader.js",

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