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

blockprotocol

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockprotocol - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

core.d.ts

30

package.json
{
"name": "blockprotocol",
"version": "0.0.0",
"author": "Hashintel",
"version": "0.0.1",
"description": "TypeScript typings for https://blockprotocol.org developers",
"homepage": "https://blockprotocol.org",
"repository": {
"url": "https://github.com/blockprotocol/blockprotocol",
"type": "git"
"type": "git",
"url": "git@github.com:blockprotocol/blockprotocol.git",
"directory": "packages/blockprotocol"
},
"homepage": "https://blockprotocol.org"
"license": "MIT",
"author": {
"name": "HASH",
"url": "https://hash.ai"
},
"main": "core.js",
"types": "core.d.ts",
"files": [
"core.js",
"core.d.ts",
"react.js",
"react.d.ts"
],
"scripts": {
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@types/react": "^17.0.38"
}
}

@@ -1,3 +0,11 @@

# Block Protocol
# [Block Protocol](https://blockprotocol.org)
See https://blockprotocol.org
Current version of this package only provides TypeScript types.
Watch https://github.com/blockprotocol/blockprotocol for the updates!
Usage example:
```ts
import type { BlockMetadata } from "blockprotocol";
import type { BlockComponent } from "blockprotocol/react";
```
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