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

dappql

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dappql - npm Package Compare versions

Comparing version 2.0.17 to 2.0.18

5

lib/templates/createContractsCollection.js

@@ -31,5 +31,6 @@ import { writeFileSync } from 'fs';

${hasRead || hasWrite ? `import { ExtractArgs } from '@dappql/core'` : ''}
import { Address } from 'viem'
${hasRead || hasWrite ? `type ExtractArgs<T> = T extends (...args: infer P) => any ? P : never` : ''}
type Address = ${'`0x${string}`'}
export const abi = ${JSON.stringify(contract.abi, undefined, 4)} as const

@@ -36,0 +37,0 @@

1

lib/utils/generateTypes.js

@@ -15,2 +15,3 @@ const typeMap = {

int64: 'bigint',
int80: 'bigint',
int128: 'bigint',

@@ -17,0 +18,0 @@ int256: 'bigint',

{
"name": "dappql",
"version": "2.0.17",
"version": "2.0.18",
"description": "wagmi extension to easily query smart-contracts",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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