🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@jupyterlite/contents

Package Overview
Dependencies
Maintainers
5
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlite/contents - npm Package Compare versions

Comparing version

to
0.6.0-alpha.7

4

lib/drivefs.d.ts

@@ -43,6 +43,2 @@ import { Contents } from '@jupyterlab/services';

/**
* The expected receiver of the request
*/
receiver?: 'broadcast.ts';
/**
* The path to the file/directory for which the request was sent

@@ -49,0 +45,0 @@ */

export * from './drive';
export * from './drivefs';
export * from './tokens';
export * from './broadcast';
export * from './emscripten';
export * from './drivecontents';

@@ -6,5 +6,4 @@ // Copyright (c) Jupyter Development Team.

export * from './tokens';
export * from './broadcast';
export * from './emscripten';
export * from './drivecontents';
//# sourceMappingURL=index.js.map

@@ -1,3 +0,1 @@

import { IDisposable } from '@lumino/disposable';
import { Token } from '@lumino/coreutils';
/**

@@ -24,10 +22,1 @@ * Commonly-used mimetypes

}
/**
* The token for the BroadcastChannel broadcaster.
*/
export declare const IBroadcastChannelWrapper: Token<IBroadcastChannelWrapper>;
export interface IBroadcastChannelWrapper extends IDisposable {
enable(): void;
disable(): void;
enabled: boolean;
}
import { PageConfig } from '@jupyterlab/coreutils';
import { Token } from '@lumino/coreutils';
import mime from 'mime';

@@ -56,6 +55,2 @@ /**

})(FILE || (FILE = {}));
/**
* The token for the BroadcastChannel broadcaster.
*/
export const IBroadcastChannelWrapper = new Token('@jupyterlite/contents:IBroadcastChannelWrapper');
//# sourceMappingURL=tokens.js.map

4

package.json
{
"name": "@jupyterlite/contents",
"version": "0.6.0-alpha.6",
"version": "0.6.0-alpha.7",
"description": "JupyterLite - Contents",

@@ -48,3 +48,3 @@ "homepage": "https://github.com/jupyterlite/jupyterlite",

"@jupyterlab/services": "~7.4.0-rc.0",
"@jupyterlite/localforage": "^0.6.0-alpha.6",
"@jupyterlite/localforage": "^0.6.0-alpha.7",
"@lumino/coreutils": "^2.2.0",

@@ -51,0 +51,0 @@ "@types/emscripten": "^1.39.6",

@@ -84,7 +84,2 @@ // Copyright (c) Jupyter Development Team.

/**
* The expected receiver of the request
*/
receiver?: 'broadcast.ts';
/**
* The path to the file/directory for which the request was sent

@@ -91,0 +86,0 @@ */

@@ -7,4 +7,3 @@ // Copyright (c) Jupyter Development Team.

export * from './tokens';
export * from './broadcast';
export * from './emscripten';
export * from './drivecontents';

@@ -1,5 +0,3 @@

import { IDisposable } from '@lumino/disposable';
import { IRenderMime } from '@jupyterlab/rendermime-interfaces';
import { PageConfig } from '@jupyterlab/coreutils';
import { Token } from '@lumino/coreutils';
import mime from 'mime';

@@ -64,14 +62,1 @@

}
/**
* The token for the BroadcastChannel broadcaster.
*/
export const IBroadcastChannelWrapper = new Token<IBroadcastChannelWrapper>(
'@jupyterlite/contents:IBroadcastChannelWrapper',
);
export interface IBroadcastChannelWrapper extends IDisposable {
enable(): void;
disable(): void;
enabled: boolean;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet