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
1209
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-20230204233304-6e37e29 to 0.4.0-20230205175611-17a62e3

3

package.json
{
"name": "@blocksuite/global",
"version": "0.4.0-20230204233304-6e37e29",
"version": "0.4.0-20230205175611-17a62e3",
"types": "./index.d.ts",

@@ -39,2 +39,3 @@ "type": "module",

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

@@ -41,0 +42,0 @@ "build": "tsc"

@@ -13,3 +13,8 @@ import { fileURLToPath } from 'node:url';

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