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

@renegade-fi/react

Package Overview
Dependencies
Maintainers
3
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renegade-fi/react - npm Package Compare versions

Comparing version 0.0.0-canary-20240524060259 to 0.0.0-canary-20240524170527

7

dist/hooks/useWallet.js

@@ -10,2 +10,3 @@ 'use client';

const status = useStatus(parameters);
// TODO: Figure out why status is not triggering rerender
const options = getWalletQueryOptions(config, {

@@ -18,4 +19,10 @@ ...parameters,

(query.enabled ?? true));
console.log('useWallet debug: ', {
config,
status,
seed,
enabled,
});
return useQuery({ ...query, ...options, enabled });
}
//# sourceMappingURL=useWallet.js.map

4

package.json
{
"name": "@renegade-fi/react",
"version": "0.0.0-canary-20240524060259",
"version": "0.0.0-canary-20240524170527",
"description": "React library for Renegade",

@@ -34,3 +34,3 @@ "files": [

"tiny-invariant": "^1.3.3",
"@renegade-fi/core": "0.0.0-canary-20240524060259"
"@renegade-fi/core": "0.0.0-canary-20240524170527"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -38,2 +38,3 @@ 'use client'

const status = useStatus(parameters)
// TODO: Figure out why status is not triggering rerender

@@ -50,3 +51,10 @@ const options = getWalletQueryOptions(config, {

console.log('useWallet debug: ', {
config,
status,
seed,
enabled,
})
return useQuery({ ...query, ...options, enabled })
}

Sorry, the diff of this file is not supported yet

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