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

@walletconnect/utils

Package Overview
Dependencies
Maintainers
1
Versions
661
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 1.0.0-beta.66 to 1.0.0-beta.67

1

dist/cjs/index.d.ts

@@ -66,2 +66,3 @@ /// <reference types="node" />

export declare function isNode(): boolean;
export declare function isBrowser(): boolean;
//# sourceMappingURL=index.d.ts.map

@@ -593,2 +593,7 @@ "use strict";

exports.isNode = isNode;
function isBrowser() {
const result = !isNode() && typeof window !== "undefined" && typeof window.navigator !== "undefined";
return result;
}
exports.isBrowser = isBrowser;
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@walletconnect/utils",
"version": "1.0.0-beta.66",
"version": "1.0.0-beta.67",
"description": "Utility Library for WalletConnect",

@@ -65,3 +65,3 @@ "scripts": {

"@ethersproject/strings": "5.0.0-beta.136",
"@walletconnect/types": "^1.0.0-beta.66",
"@walletconnect/types": "^1.0.0-beta.67",
"bignumber.js": "9.0.0",

@@ -68,0 +68,0 @@ "detect-browser": "4.8.0"

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 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