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

@rarimo/auth-zkp-iden3

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarimo/auth-zkp-iden3 - npm Package Versions

2.0.0-rc.4

Diff
semen_rarify
published 2.0.0-rc.4 •

Changelog

Source

[2.0.0-rc.4] - 2023-07-13

Added

  • @rarimo/nft-checkout
    • Multiple token payment support
    • USDC Intermediate token support
    • isMultiplePayment flag to the CheckoutOperationParams type
  • @rarimo/shared - Max retries for the getDestinationTx function

Changed

  • @rarimo/bridge - Bridge.loadSupportedChains method renamed to the getSupportedChains
  • @rarimo/nft-checkout
    • CheckoutOperation.loadSupportedChains method renamed to the getSupportedChains
    • CheckoutOperation.loadPaymentTokens method renamed to the getPaymentTokens
    • CheckoutOperation.estimatePrice method accepts PaymentToken[] instead of PaymentToken
    • CheckoutOperation.checkout method accepts SwapEstimation[] instead of SwapEstimation
    • Swap estimations moved to the backend service
  • @rarimo/swap
    • Building execution data refactored
    • Swapper.loadSupportedChains method renamed to the getSupportedChains
  • all - @distributedlab packages updated to the latest versions (0.2.0-rc.24)

Removed

  • @rarimo/bridge - Bridge.getInternalTokenMapping method
  • @rarimo/swapper - Swapper.getInternalTokenMapping method
  • @rarimo/nft-checkout
    • @pancakeswap/sdk dependency
    • @pancakeswap/smart-router dependency
    • @pancakeswap/swap-sdk-core dependency
    • @rarimo/quickswap-sdk dependency
    • @traderjoe-xyz/sdk dependency
    • @uniswap/router-sdk dependency
    • @uniswap/sdk-core dependency
    • @uniswap/smart-order-router dependency
    • @uniswap/token-lists dependency
    • @uniswap/v2-sdk dependency
    • @uniswap/v3-sdk dependency
    • events dependency
    • jsbi dependency
    • @pancakeswap/swap-sdk-core yarn resolution and npm override
    • CheckoutOperation.loadPaymentTokens optional chain parameter
    • Sepolia and Mumbai chains
    • Handling bridge deposit token via internal token mapping, now deposit token always will be USDC

Fixed

  • root - .editorconfig max-line-length
  • @rarimo/bridge - IPFS protocol image links
  • @rarimo/shared - window is undefined issue in Node.js environment
semen_rarify
published 2.0.0-rc.3 •

Changelog

Source

[2.0.0-rc.3] - 2023-07-04

Added

  • root - @rarimo/identity-gen-iden3 package
  • root - @rarimo/auth-zkp-iden3 package
  • root - @rarimo/zkp-gen-iden3 package
  • root - @rarimo/shared-zkp-iden3 package
  • @rarimo/shared - export createApi method