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
1149
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.1-20230220214107-0a354de to 0.4.1-20230221150537-a2a8018

34

package.json
{
"name": "@blocksuite/global",
"version": "0.4.1-20230220214107-0a354de",
"version": "0.4.1-20230221150537-a2a8018",
"types": "./index.d.ts",
"type": "module",
"scripts": {
"test:unit": "vitest --run",
"test:unit:coverage": "vitest run --coverage",
"test:unit:ui": "vitest --ui",
"build": "tsc"
},
"sideEffects": false,
"exports": {
".": "./index.d.ts",
"./database": "./dist/database.js",
"./utils": "./dist/utils.js",
"./debug": "./dist/debug.js",
"./error": "./dist/error.js",
"./config": "./dist/config/index.js"
"./database": "./src/database.ts",
"./utils": "./src/utils.ts",
"./debug": "./src/debug.ts",
"./config": "./src/config/index.ts",
"./error": "./src/error.ts"
},

@@ -19,2 +25,10 @@ "author": "toeverything",

"access": "public",
"exports": {
".": "./index.d.ts",
"./database": "./dist/database.js",
"./utils": "./dist/utils.js",
"./debug": "./dist/debug.js",
"./error": "./dist/error.js",
"./config": "./dist/config/index.js"
},
"files": [

@@ -39,9 +53,3 @@ "dist",

}
},
"scripts": {
"test:unit": "vitest --run",
"test:unit:coverage": "vitest run --coverage",
"test:unit:ui": "vitest --ui",
"build": "tsc"
}
}
}
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