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.11 to 2.0.12

10

lib/templates/createContractsCollection.js

@@ -47,2 +47,4 @@ import { writeFileSync } from 'fs';

}) => Request<M>
defaultTo: (defaultValue: Awaited<ReturnType<Contract['calls'][M]>>) => Request<M>
at: (address: Address) => Request<M>
}

@@ -81,2 +83,10 @@ export type CallReturn<M extends Calls> = NonNullable<Request<M>['defaultValue']>

},
defaultTo: (defaultValue: Awaited<ReturnType<Contract['calls'][M]>>) => {
call.defaultValue = defaultValue
return call as Request<M>
},
at: (address: Address) => {
call.address = address
return call as Request<M>
},
} as Request<M>

@@ -83,0 +93,0 @@

2

package.json
{
"name": "dappql",
"version": "2.0.11",
"version": "2.0.12",
"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