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

@bangle.dev/disk

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bangle.dev/disk - npm Package Compare versions

Comparing version

to
0.24.0-alpha.1

2

Disk.ts

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

import type { Node } from 'prosemirror-model';
import type { Node } from '@bangle.dev/pm';

@@ -3,0 +3,0 @@ export abstract class Disk {

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

import type { Node } from 'prosemirror-model';
import type { Node } from '@bangle.dev/pm';
export declare abstract class Disk {

@@ -3,0 +3,0 @@ abstract load(_key: string): Promise<Node>;

import { Disk } from './Disk';
import type { Node } from 'prosemirror-model';
import type { Node } from '@bangle.dev/pm';
import { DebouncedFunction } from 'debounce-fn';

@@ -4,0 +4,0 @@ export { Disk };

import { Disk } from './Disk';
import type { Node } from 'prosemirror-model';
import type { Node } from '@bangle.dev/pm';
import debounceFn, { DebouncedFunction } from 'debounce-fn';

@@ -4,0 +4,0 @@

{
"name": "@bangle.dev/disk",
"version": "0.23.1",
"version": "0.24.0-alpha.1",
"homepage": "https://bangle.dev",

@@ -23,2 +23,8 @@ "authors": [

"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts"
},
"scripts": {

@@ -30,11 +36,7 @@ "compile-ts": "yarn g:tsc --build $INIT_CWD",

"devDependencies": {
"@types/prosemirror-model": "^1.13.1",
"prosemirror-model": "^1.14.2"
"@bangle.dev/pm": "0.5.0"
},
"dependencies": {
"debounce-fn": "^5.0.0"
},
"publishConfig": {
"access": "public"
}
}

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