blockprotocol
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"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"; | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
7761
6
224
12
1
+ Added@types/react@^17.0.38
+ Added@types/prop-types@15.7.14(transitive)
+ Added@types/react@17.0.83(transitive)
+ Added@types/scheduler@0.16.8(transitive)
+ Addedcsstype@3.1.3(transitive)