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

@walletconnect/utils

Package Overview
Dependencies
Maintainers
11
Versions
677
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/utils - npm Package Compare versions

Comparing version 2.13.3-canary-1041acb to 2.13.3-canary-c1f48b78a

4

dist/types/crypto.d.ts

@@ -8,2 +8,3 @@ import { CryptoTypes } from "@walletconnect/types";

export declare const TYPE_1 = 1;
export declare const TYPE_2 = 2;
export declare function generateKeyPair(): CryptoTypes.KeyPair;

@@ -17,3 +18,5 @@ export declare function generateRandomBytes32(): string;

export declare function encrypt(params: CryptoTypes.EncryptParams): string;
export declare function encodeTypeTwoEnvelope(message: string): string;
export declare function decrypt(params: CryptoTypes.DecryptParams): string;
export declare function decodeTypeTwoEnvelope(encoded: string): string;
export declare function serialize(params: CryptoTypes.EncodingParams): string;

@@ -24,2 +27,3 @@ export declare function deserialize(encoded: string): CryptoTypes.EncodingParams;

export declare function isTypeOneEnvelope(result: CryptoTypes.EncodingValidation): result is CryptoTypes.TypeOneParams;
export declare function isTypeTwoEnvelope(result: CryptoTypes.EncodingValidation): result is CryptoTypes.TypeOneParams;
//# sourceMappingURL=crypto.d.ts.map

@@ -67,2 +67,3 @@ import { SignClientTypes, RelayerClientMetadata, EngineTypes, RelayerTypes } from "@walletconnect/types";

export declare function getCommonValuesInArrays<T = string | number | boolean>(arr1: T[], arr2: T[]): T[];
export declare function getSearchParamFromURL(url: string, param: any): string | null;
//# sourceMappingURL=misc.d.ts.map

@@ -7,2 +7,3 @@ import { EngineTypes, RelayerTypes } from "@walletconnect/types";

export declare function formatUri(params: EngineTypes.UriParameters): string;
export declare function getLinkModeURL(universalLink: string, topic: string, encodedEnvelope: string): string;
//# sourceMappingURL=uri.d.ts.map

4

package.json
{
"name": "@walletconnect/utils",
"description": "Utilities for WalletConnect Protocol",
"version": "2.13.3-canary-1041acb",
"version": "2.13.3-canary-c1f48b78a",
"author": "WalletConnect, Inc. <walletconnect.com>",

@@ -42,3 +42,3 @@ "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",

"@walletconnect/time": "1.0.2",
"@walletconnect/types": "2.13.3-canary-1041acb",
"@walletconnect/types": "2.13.3-canary-c1f48b78a",
"@walletconnect/window-getters": "1.0.1",

@@ -45,0 +45,0 @@ "@walletconnect/window-metadata": "1.0.1",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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