New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blockprotocol/core

Package Overview
Dependencies
Maintainers
8
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockprotocol/core - npm Package Compare versions

Comparing version 0.0.14-canary-20230209084023 to 0.0.14-canary-20230209090045

26

package.json
{
"name": "@blockprotocol/core",
"version": "0.0.14-canary-20230209084023",
"version": "0.0.14-canary-20230209090045",
"description": "Implementation of the Block Protocol Core specification for blocks and embedding applications",

@@ -24,5 +24,27 @@ "keywords": [

},
"main": "./dist/cjs/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"./react": {
"import": "./dist/esm/react.js",
"require": "./dist/cjs/react.js",
"default": "./dist/esm/react.js"
}
},
"main": "./dist/esm/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"typesVersions": {
"*": {
".": [
"./dist/esm/index.d.ts"
],
"react": [
"./dist/esm/react.d.ts"
]
}
},
"files": [

@@ -29,0 +51,0 @@ "dist"

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