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

@blocksuite/global

Package Overview
Dependencies
Maintainers
5
Versions
1148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/global - npm Package Compare versions

Comparing version 0.5.0-20230307224400-a4c096e to 0.5.0-20230308090832-6594d8d

7

index.d.ts
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type AnyFunction = (...args: any[]) => any;
declare module 'quill' {
import quill = require('quill/index');
export type * from 'quill/index' assert { 'resolution-mode': 'require' };
declare const quillDefault: typeof quill.default;
export default quillDefault;
}
declare module 'y-protocols/awareness.js' {

@@ -12,0 +5,0 @@ export class Awareness<

2

package.json
{
"name": "@blocksuite/global",
"version": "0.5.0-20230307224400-a4c096e",
"version": "0.5.0-20230308090832-6594d8d",
"types": "./index.d.ts",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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