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 0.0.10 to 0.0.11-canary.0

dist/custom-element.d.ts

16

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

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

},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"type": "module",
"exports": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [

@@ -32,5 +33,3 @@ "dist"

"scripts": {
"build": "yarn clean && yarn build:cjs && yarn build:esm",
"build:cjs": "tsc --module commonjs --outDir dist/cjs ",
"build:esm": "tsc",
"build": "yarn clean && tsc",
"clean": "rimraf ./dist/",

@@ -51,3 +50,6 @@ "lint:tsc": "tsc --noEmit",

"react": "^17.0.2"
},
"engines": {
"node": ">=14.16"
}
}
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