Socket
Socket
Sign inDemoInstall

@jsdevs-sp/queue-hook

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsdevs-sp/queue-hook - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

lib/create.js
export async function promise(item) {
if (/^json$|^image$/.test(item.loader)) {
if (item.customLoader) {
return item.customLoader.get(item);
} else if (/^json$|^image$/.test(item.loader)) {
const loader = await import(`./loaders/${item.loader}`);

@@ -4,0 +6,0 @@ return loader.get(item);

{
"name": "@jsdevs-sp/queue-hook",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "author": "jsdevs-sp",

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