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

blockprotocol

Package Overview
Dependencies
Maintainers
6
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.12 to 0.1.0

CHANGELOG.md

32

package.json
{
"name": "blockprotocol",
"version": "0.0.12",
"description": "TypeScript typings for https://blockprotocol.org developers",
"version": "0.1.0",
"description": "Command Line Interface (CLI) for the Block Protocol API",
"keywords": [
"blockprotocol",
"blocks"
"blocks",
"cli"
],

@@ -20,16 +21,21 @@ "homepage": "https://blockprotocol.org",

},
"main": "core.js",
"types": "core.d.ts",
"files": [
"core.js",
"core.d.ts",
"react.js",
"react.d.ts"
],
"type": "module",
"bin": "cli.js",
"scripts": {
"lint:tsc": "tsc --noEmit"
"dev": "BLOCK_PROTOCOL_SITE_HOST=http://localhost:3000 node cli.js"
},
"dependencies": {
"@types/react": "^18.0.15"
"chalk": "5.0.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.3",
"find-up": "^6.3.0",
"formdata-node": "^5.0.0",
"fs-extra": "^10.1.0",
"globby": "^13.1.2",
"node-fetch": "^3.2.10",
"prompt": "^1.3.0",
"slugify": "^1.6.5",
"tar": "^6.1.11",
"tmp-promise": "3.0.3"
}
}

@@ -1,16 +0,7 @@

# DEPRECATED
# Block Protocol CLI
With the introduction of Block Protocol v0.2, this package is no longer in use.
Command line interface for interacting with the Block Protocol API, e.g. for publishing blocks.
The Block Protocol is now composed of a `core` specification, and multiple **service** specifications.
`npx blockprotocol@latest help` for the available commands
Each specification is implemented in separate packages.
For types, please see:
- `@blockprotocol/graph` for all types related to entities, entity types, and links.
Note that the `BlockProtocol` prefix has been removed.
- `@blockprotocol/core` for types related to block metadata.
See [https://blockprotocol.org/docs](https://blockprotocol.org/docs) for a fuller explanation of the Block Protocol.
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