@remixproject/plugin-utils
Advanced tools
Comparing version 0.3.4 to 0.3.5-beta
@@ -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 |
{ | ||
"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`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21632
1