You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@amxx/graphprotocol-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amxx/graphprotocol-utils - npm Package Compare versions

Comparing version

to
1.1.0-alpha.1

src/account.gql.json

1

common/schema.js
const path = require('path');
module.exports = [
'../src/account.gql.json',
'../src/decimals.gql.json',

@@ -5,0 +6,0 @@ '../src/events.gql.json',

1

generated/schema.ts

@@ -9,3 +9,2 @@ // THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

store,
Address,
Bytes,

@@ -12,0 +11,0 @@ BigInt,

{
"name": "@amxx/graphprotocol-utils",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "Tooling for graphprotocol subgraph construction",

@@ -27,8 +27,8 @@ "author": "Hadrien Croubois (@Amxx)",

"dependencies": {
"@graphprotocol/graph-ts": "^0.22.1",
"@graphprotocol/graph-ts": "^0.24.0",
"yargs": "^17.2.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.22.1"
"@graphprotocol/graph-cli": "^0.24.0"
}
}

@@ -6,4 +6,5 @@ [{

{ "name": "transaction", "type": "Transaction!" },
{ "name": "emitter", "type": "Account!" },
{ "name": "timestamp", "type": "BigInt!" }
]
}]

Sorry, the diff of this file is not supported yet