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
1141
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-alpha.0 to 0.4.0-alpha.1

config.d.ts

41

package.json
{
"name": "@blocksuite/global",
"version": "0.4.0-alpha.0",
"types": "./src/index.d.ts",
"version": "0.4.0-alpha.1",
"types": "./index.d.ts",
"type": "module",
"files": [
"src"
]
"exports": {
".": "./index.d.ts",
"./utils": "./dist/utils.js",
"./debug": "./dist/debug.js",
"./config": "./dist/config/index.js"
},
"author": "toeverything",
"license": "MPL-2.0",
"publishConfig": {
"access": "public",
"files": [
"dist",
"index.d.ts"
]
},
"dependencies": {
"ansi-colors": "^4.1.3"
},
"devDependencies": {
"lit": "^2.6.1"
},
"peerDependencies": {
"lit": "^2.6"
},
"peerDependenciesMeta": {
"lit": {
"optional": true
}
},
"scripts": {
"test:unit": "vitest --run",
"test:unit:ui": "vitest --ui",
"build": "tsc"
}
}
src/index.d.ts
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