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.11 to 0.3.0-beta.12

4

lib/types/api.d.ts

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

/** A map of Api used to describe all the plugin's api in the project */
export declare type ApiMap = Readonly<{
[name: string]: Api;
}>;
export declare type ApiMap = Readonly<Record<string, Api>>;
/** A map of plugin based on the ApiMap. It enforces the PluginEngine */

@@ -28,0 +26,0 @@ export declare type PluginApi<T extends ApiMap> = {

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

@@ -27,4 +27,4 @@ "tslib": "2.0.1"

"gitHead": "ca5c69be64ec4eaf7fe5d1d362726e75cb3b5726",
"main": "index.js",
"typings": "index.d.ts"
"main": "src\\index.js",
"typings": "src\\index.d.ts"
}
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