Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rabbitholegg/questdk

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rabbitholegg/questdk - npm Package Compare versions

Comparing version 2.0.0-alpha.48 to 2.0.0-alpha.49

2

package.json
{
"name": "@rabbitholegg/questdk",
"version": "2.0.0-alpha.48",
"version": "2.0.0-alpha.49",
"description": "",

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

@@ -22,2 +22,3 @@ import type {

slice,
AbiParameter,
} from 'viem'

@@ -245,3 +246,3 @@ type OperatorKey = keyof typeof operators

) => {
const decodedReturn: ReturnType<typeof handleAbiDecode>[] = []
const decodedReturn: Array<ReturnType<typeof handleAbiDecode>> = []
const elementCount = filter.$abiAbstract!.length

@@ -293,3 +294,3 @@ const $abiAbstract = filter.$abiAbstract

const namedArgs = params.reduce(
(acc: Record<string, any>, param, index) => {
(acc: Record<string, any>, param: AbiParameter, index) => {
acc[`${param.name || index}`] = args[index]

@@ -296,0 +297,0 @@ return acc

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