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

@blockprotocol/graph

Package Overview
Dependencies
Maintainers
8
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockprotocol/graph - npm Package Compare versions

Comparing version

to
0.0.11-canary.23

3

dist/graph-block-handler.js
import { ServiceHandler } from "@blockprotocol/core";
/**
* We should be able to import via
*/
import graphServiceJson from "./graph-service.json" assert { type: "json" };

@@ -3,0 +6,0 @@ /**

export { GraphBlockHandler } from "./graph-block-handler.js";
export { GraphEmbedderHandler } from "./graph-embedder-handler.js";
/**
* We shouldn't need to do this, since the hooks are exported via the subpath too,
* e.g. import { useGraphBlockService } from "@blockprotocol/graph/react"
* There's an issue in hashintel/hash where importing via the subpath means an import
* statement for 'graph-service.json' is preserved, but the file isn't.
* @todo fix it so we can remove this export
* @see
*/
export { useGraphBlockService, useGraphEmbedderService } from "./react.js";
export * from "./types.js";
export { GraphBlockHandler } from "./graph-block-handler.js";
export { GraphEmbedderHandler } from "./graph-embedder-handler.js";
/**
* We shouldn't need to do this, since the hooks are exported via the subpath too,
* e.g. import { useGraphBlockService } from "@blockprotocol/graph/react"
* There's an issue in hashintel/hash where importing via the subpath means an import
* statement for 'graph-service.json' is preserved, but the file isn't.
* @todo fix it so we can remove this export
* @see
*/
export { useGraphBlockService, useGraphEmbedderService } from "./react.js";
export * from "./types.js";
//# sourceMappingURL=index.js.map

5

package.json
{
"name": "@blockprotocol/graph",
"version": "0.0.11-canary.22",
"version": "0.0.11-canary.23",
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications",

@@ -29,3 +29,4 @@ "keywords": [

"./custom-element": "./dist/custom-element.js",
"./graph-service-json": "./dist/graph-service-json.js"
"./graph-service-json": "./dist/graph-service-json.js",
"./graph-service.json": "./dist/graph-service.json"
},

@@ -32,0 +33,0 @@ "types": "./dist/index.d.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet