New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blocksuite/global

Package Overview
Dependencies
Maintainers
5
Versions
1187
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.4.0-20230131204452-60bc555 to 0.4.0-20230201062929-3667cc0

2

dist/utils.d.ts

@@ -12,3 +12,3 @@ export { isFirefox, isWeb, caretRangeFromPoint } from './utils/web.js';

export declare function matchFlavours<Key extends keyof BlockSuiteInternal.BlockModels & string = keyof BlockSuiteInternal.BlockModels & string>(model: {
flavour: string;
flavour: Key;
}, expected: readonly Key[]): boolean;

@@ -15,0 +15,0 @@ export declare const nonTextBlock: (keyof BlockSuiteInternal.BlockModels)[];

{
"name": "@blocksuite/global",
"version": "0.4.0-20230131204452-60bc555",
"version": "0.4.0-20230201062929-3667cc0",
"types": "./index.d.ts",

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

@@ -30,3 +30,3 @@ export { isFirefox, isWeb, caretRangeFromPoint } from './utils/web.js';

>(
model: { flavour: string },
model: { flavour: Key },
expected: readonly Key[]

@@ -33,0 +33,0 @@ ): boolean /* model is BlockModels[Key] */ {

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

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