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

@gnosis.pm/dutchx-verification-react

Package Overview
Dependencies
Maintainers
12
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gnosis.pm/dutchx-verification-react - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

package.json
{
"name": "@gnosis.pm/dutchx-verification-react",
"version": "0.1.2",
"version": "0.1.3",
"description": "Frontend verification React component for DutchX Protocol",
"main": "build/index.js",
"scripts": {
"build": "webpack",
"build": "rm -rf build && webpack",
"start": "webpack --watch",

@@ -9,0 +9,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -18,5 +18,5 @@ import React, { useEffect, useState } from 'react'

try {
const { disclaimer_accepted } = await cancelableGetDisclaimerSettings.promise
const localSettings = await cancelableGetDisclaimerSettings.promise
setDisclaimerAccepted(disclaimer_accepted)
if (localSettings && localSettings.disclaimer_accepted) return setDisclaimerAccepted(disclaimer_accepted)
} catch (error) {

@@ -26,3 +26,3 @@ if (error.isCanceled)

else
return console.error('Error in withDutchXVerification async mount logic: ', err)
return console.error('Error in withDutchXVerification async mount logic: ', error)
}

@@ -29,0 +29,0 @@ }

Sorry, the diff of this file is too big to display

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