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.4 to 0.3.5-beta

0

index.d.ts

@@ -0,0 +0,0 @@ export * from './lib/tools/event-name';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** Create the name of the event for a call */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** Create a method path based on the method name and the path */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { IPluginService, GetPluginService } from '../types/service';

@@ -0,0 +0,0 @@ "use strict";

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=api.js.map

@@ -0,0 +0,0 @@ export interface PluginRequest {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=message.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=plugin.js.map

@@ -0,0 +0,0 @@ import { MethodKey, Api, ApiMap, EventKey } from './api';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=profile.js.map

@@ -0,0 +0,0 @@ export declare type IPluginService<T extends Record<string, any> = any> = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=service.js.map

@@ -0,0 +0,0 @@ export interface Status {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=status.js.map

6

package.json
{
"name": "@remixproject/plugin-utils",
"version": "0.3.4",
"version": "0.3.5-beta",
"dependencies": {

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

"gitHead": "ca5c69be64ec4eaf7fe5d1d362726e75cb3b5726",
"main": "src\\index.js",
"typings": "src\\index.d.ts"
"main": "src/index.js",
"typings": "src/index.d.ts"
}
# plugin-utils
A simple utils library used by `@remixproject/engine` & `@remixproject/plugin`.
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