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.1.0-canary-20230213183355 to 0.1.0-canary-20230214141700

dist/cjs/codegen.cjs

76

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

@@ -26,37 +26,62 @@ "keywords": [

"exports": {
".": "./dist/index.js",
"./codegen": [
"./dist/codegen.js"
],
"./custom-element": "./dist/custom-element.js",
"./graph-service-json": "./dist/graph-service-json.js",
"./internal": "./dist/internal.js",
"./react": "./dist/react.js",
"./stdlib": [
"./dist/stdlib.js"
]
".": {
"types": "./dist/cjs/index.d.ts",
"require": "./dist/cjs/index.cjs",
"import": "./dist/es/index.js"
},
"./codegen": {
"types": "./dist/cjs/codegen.d.ts",
"require": "./dist/cjs/codegen.cjs",
"import": "./dist/es/codegen.js"
},
"./custom-element": {
"types": "./dist/cjs/custom-element.d.ts",
"require": "./dist/cjs/custom-element.cjs",
"import": "./dist/es/custom-element.js"
},
"./graph-service-json": {
"types": "./dist/cjs/graph-service-json.d.ts",
"require": "./dist/cjs/graph-service-json.cjs",
"import": "./dist/es/graph-service-json.js"
},
"./internal": {
"types": "./dist/cjs/internal.d.ts",
"require": "./dist/cjs/internal.cjs",
"import": "./dist/es/internal.js"
},
"./react": {
"types": "./dist/cjs/react.d.ts",
"require": "./dist/cjs/react.cjs",
"import": "./dist/es/react.js"
},
"./stdlib": {
"types": "./dist/cjs/stdlib.d.ts",
"require": "./dist/cjs/stdlib.cjs",
"import": "./dist/es/stdlib.js"
}
},
"types": "./dist/index.d.ts",
"module": "./dist/es/index.js",
"types": "./dist/cjs/index.d.ts",
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
"./dist/cjs/index.d.ts"
],
"codegen": [
"./dist/codegen.d.ts"
"./dist/cjs/codegen.d.ts"
],
"custom-element": [
"./dist/custom-element.d.ts"
"./dist/cjs/custom-element.d.ts"
],
"graph-service-json": [
"./dist/graph-service-json.d.ts"
"./dist/cjs/graph-service-json.d.ts"
],
"internal": [
"./dist/internal.d.ts"
"./dist/cjs/internal.d.ts"
],
"react": [
"./dist/react.d.ts"
"./dist/cjs/react.d.ts"
],
"stdlib": [
"./dist/stdlib.d.ts"
"./dist/cjs/stdlib.d.ts"
]

@@ -69,3 +94,4 @@ }

"scripts": {
"build": "yarn clean && tsc --skipLibCheck",
"build": "yarn clean && yarn build:bundle",
"build:bundle": "node --max-old-space-size=4096 ../../../node_modules/rollup/dist/bin/rollup -c --bundleConfigAsCjs",
"clean": "rimraf ./dist/",

@@ -77,4 +103,4 @@ "fix:eslint": "eslint --fix .",

"dependencies": {
"@blockprotocol/core": "0.0.14-canary-20230213183355",
"@blockprotocol/type-system": "0.0.4-canary-20230213183355",
"@blockprotocol/core": "0.0.14-canary-20230214141700",
"@blockprotocol/type-system": "0.0.4-canary-20230214141700",
"ajv": "^8.11.2",

@@ -89,4 +115,8 @@ "ajv-formats": "^2.1.1",

"@local/tsconfig": "0.0.0-private",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-typescript": "9.0.2",
"eslint": "8.33.0",
"rimraf": "^3.0.2",
"rollup": "3.5.1",
"typescript": "4.9.4"

@@ -93,0 +123,0 @@ },

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