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

@remixproject/plugin-utils

Package Overview
Dependencies
Maintainers
4
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.0-beta.10 to 0.3.0-beta.11

2

lib/types/plugin.d.ts

@@ -8,3 +8,3 @@ import type { IPluginService } from './service';

on<Name extends Extract<keyof App, string>, Key extends EventKey<App[Name]>>(name: Name, key: Key, cb: EventCallback<App[Name], Key>): void;
/** Listen once an event from another plugin then remove event listener */
/** Listen one time on an event from another plugin, then remove event listener */
once<Name extends Extract<keyof App, string>, Key extends EventKey<App[Name]>>(name: Name, key: Key, cb: EventCallback<App[Name], Key>): void;

@@ -11,0 +11,0 @@ /** Stop listening on an event from another plugin */

{
"name": "@remixproject/plugin-utils",
"version": "0.3.0-beta.10",
"version": "0.3.0-beta.11",
"dependencies": {

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

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