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

@graphprotocol/graph-cli

Package Overview
Dependencies
Maintainers
21
Versions
1110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphprotocol/graph-cli - npm Package Compare versions

Comparing version

to
0.96.0-alpha-20250130081352-3a75a7fd2231fb7cd2ed22c8020b1dd5539efa70

2

dist/commands/init.js

@@ -635,3 +635,3 @@ import fs from 'node:fs';

// Validate network matches if loading from IPFS
if (ipfsNode && source && source.startsWith('Qm')) {
if (ipfsNode && source?.startsWith('Qm')) {
const ipfs = createIpfsClient(ipfsNode);

@@ -638,0 +638,0 @@ try {

@@ -1014,3 +1014,3 @@ {

},
"version": "0.96.0-alpha-20250130075143-7efc3f2c8183b3e731bcb1a7c40d286ea9337642"
"version": "0.96.0-alpha-20250130081352-3a75a7fd2231fb7cd2ed22c8020b1dd5539efa70"
}
{
"name": "@graphprotocol/graph-cli",
"version": "0.96.0-alpha-20250130075143-7efc3f2c8183b3e731bcb1a7c40d286ea9337642",
"version": "0.96.0-alpha-20250130081352-3a75a7fd2231fb7cd2ed22c8020b1dd5539efa70",
"type": "module",

@@ -5,0 +5,0 @@ "description": "CLI for building for and deploying to The Graph",

Sorry, the diff of this file is too big to display