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.13 to 0.3.0-beta.14

2

lib/types/api.d.ts

@@ -29,3 +29,3 @@ import { StatusEvents } from './status';

export declare type API<T extends Api> = {
[M in keyof T['methods']]: T['methods'][M];
[M in keyof T['methods']]: T['methods'][M] | Promise<T['methods'][M]>;
};
{
"name": "@remixproject/plugin-utils",
"version": "0.3.0-beta.13",
"version": "0.3.0-beta.14",
"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