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
7
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.2.0 to 0.2.1

2

dist/es/codegen.js

@@ -557,3 +557,3 @@ import * as path from 'node:path';

// If it doesn't, try and create it
await fs.mkdir(resolvedTargetDir);
await fs.mkdir(resolvedTargetDir, { recursive: true });
}

@@ -560,0 +560,0 @@ };

{
"name": "@blockprotocol/graph",
"version": "0.2.0",
"version": "0.2.1",
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications",

@@ -134,3 +134,3 @@ "keywords": [

"@blockprotocol/core": "0.1.1",
"@blockprotocol/type-system": "0.1.0",
"@blockprotocol/type-system": "0.1.1",
"ajv": "^8.11.2",

@@ -137,0 +137,0 @@ "ajv-formats": "^2.1.1",

Sorry, the diff of this file is not supported yet

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