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
1210
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.5.0-20230228075503-02b693a to 0.5.0-20230228081715-206ac29

dist/config/consts.d.ts

35

package.json
{
"name": "@blocksuite/global",
"version": "0.5.0-20230228075503-02b693a",
"version": "0.5.0-20230228081715-206ac29",
"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": "./src/database.ts",
"./types": "./src/types.ts",
"./utils": "./src/utils.ts",
"./debug": "./src/debug.ts",
"./config": "./src/config/index.ts",
"./error": "./src/error.ts"
"./database": "./dist/database.js",
"./utils": "./dist/utils.js",
"./debug": "./dist/debug.js",
"./error": "./dist/error.js",
"./config": "./dist/config/index.js"
},

@@ -26,10 +19,2 @@ "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": [

@@ -54,3 +39,9 @@ "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