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

@remixproject/plugin-utils

Package Overview
Dependencies
Maintainers
6
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remixproject/plugin-utils - npm Package Compare versions

Comparing version 0.3.20-alpha.2 to 0.3.208

2

lib/tools/queue.d.ts

@@ -6,3 +6,3 @@ import { PluginQueueInterface } from '../types/queue';

import { PluginOptions } from '@remixproject/plugin-utils';
export declare class PluginQueue<T extends Api = any> implements PluginQueueInterface {
export declare class PluginQueueItem<T extends Api = any> implements PluginQueueInterface {
private resolve;

@@ -9,0 +9,0 @@ private reject;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PluginQueue = void 0;
exports.PluginQueueItem = void 0;
const tslib_1 = require("tslib");
class PluginQueue {
class PluginQueueItem {
constructor(resolve, reject, request, method, options, args) {

@@ -65,3 +65,3 @@ this.options = {};

}
exports.PluginQueue = PluginQueue;
exports.PluginQueueItem = PluginQueueItem;
//# sourceMappingURL=queue.js.map
{
"name": "@remixproject/plugin-utils",
"version": "0.3.20-alpha.2",
"version": "0.3.208",
"dependencies": {

@@ -5,0 +5,0 @@ "tslib": "2.0.1"

Sorry, the diff of this file is not supported yet

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