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

@blocksuite/store

Package Overview
Dependencies
Maintainers
5
Versions
1266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/store - npm Package Compare versions

Comparing version 0.4.0-20230204233304-6e37e29 to 0.4.0-20230205175611-17a62e3

5

package.json
{
"name": "@blocksuite/store",
"version": "0.4.0-20230204233304-6e37e29",
"version": "0.4.0-20230205175611-17a62e3",
"description": "BlockSuite data store built for general purpose state management.",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"dependencies": {
"@blocksuite/global": "0.4.0-20230204233304-6e37e29",
"@blocksuite/global": "0.4.0-20230205175611-17a62e3",
"@types/flexsearch": "^0.7.3",

@@ -43,2 +43,3 @@ "buffer": "^6.0.3",

"test:unit": "vitest --run",
"test:unit:coverage": "vitest run --coverage",
"test:unit:ui": "vitest --ui",

@@ -45,0 +46,0 @@ "test:e2e": "playwright test",

@@ -7,3 +7,8 @@ import { defineConfig } from 'vitest/config';

testTimeout: 500,
coverage: {
provider: 'istanbul', // or 'c8'
reporter: ['lcov'],
reportsDirectory: '../../.coverage/store',
},
},
});
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