Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remixproject/engine

Package Overview
Dependencies
Maintainers
3
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remixproject/engine - npm Package Compare versions

Comparing version 0.1.2-1 to 0.1.2-2

2

dist/projects/engine/src/engine/persmission.d.ts

@@ -1,2 +0,2 @@

import { Profile } from '@utils';
import { Profile } from '../../../utils/src';
/** Used to ask permission to use a plugin */

@@ -3,0 +3,0 @@ export interface IPermissionHandler {

import { Plugin } from '../plugin';
import { PluginRequest, ApiMap } from '@utils';
import { PluginRequest, ApiMap } from '../../../utils/src';
import { IPermissionHandler } from './persmission';

@@ -4,0 +4,0 @@ /** Transform an map of Api into a Map of Plugin. Used by PluginEngine for constructor */

@@ -1,2 +0,2 @@

import { Api, EventKey, EventParams, MethodKey, MethodParams, EventCallback, ApiMap, Profile, PluginRequest, PluginApi } from '@utils';
import { Api, EventKey, EventParams, MethodKey, MethodParams, EventCallback, ApiMap, Profile, PluginRequest, PluginApi } from '../../../utils/src';
export interface RequestParams {

@@ -3,0 +3,0 @@ name: string;

import { Plugin } from './abstract';
import { HostProfile } from '@utils';
import { HostProfile } from '../../../utils/src';
interface ViewMap {

@@ -4,0 +4,0 @@ [name: string]: Element;

import { ViewPlugin } from './view';
import { IframeProfile } from '@utils';
import { IframeProfile } from '../../../utils/src';
export declare class IframePlugin extends ViewPlugin {

@@ -4,0 +4,0 @@ profile: IframeProfile;

import { Plugin } from './abstract';
import { Api, Profile, LibraryProfile } from '@utils';
import { Api, Profile, LibraryProfile } from '../../../utils/src';
export declare type LibraryApi<T extends Api, P extends Profile> = {

@@ -4,0 +4,0 @@ [method in P['methods'][number]]: T['methods'][method];

import { Plugin } from './abstract';
import { Profile, ViewProfile } from '@utils';
import { Profile, ViewProfile } from '../../../utils/src';
export declare function isView<P extends Profile>(profile: Profile): profile is (ViewProfile & P);

@@ -4,0 +4,0 @@ export declare abstract class ViewPlugin extends Plugin {

{
"name": "@remixproject/engine",
"version": "0.1.2-1",
"version": "0.1.2-2",
"description": "Plugin Engine that power Remix IDE",

@@ -5,0 +5,0 @@ "contributors": [

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