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

@web3modal/scaffold-utils

Package Overview
Dependencies
Maintainers
10
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/scaffold-utils - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

dist/esm/exports/ethers.js

2

dist/esm/src/ConstantsUtil.js

@@ -13,4 +13,4 @@ export const ConstantsUtil = {

EIP6963_REQUEST_EVENT: 'eip6963:requestProvider',
VERSION: '3.5.0'
VERSION: '3.5.1'
};
//# sourceMappingURL=ConstantsUtil.js.map
{
"name": "@web3modal/scaffold-utils",
"version": "3.5.0",
"version": "3.5.1",
"type": "module",
"main": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"main": "./dist/esm/exports/index.js",
"types": "./dist/types/exports/index.d.ts",
"files": [

@@ -13,10 +13,10 @@ "dist",

".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js"
"types": "./dist/types/exports/index.d.ts",
"import": "./dist/esm/exports/index.js",
"default": "./dist/esm/exports/index.js"
},
"./ethers": {
"types": "./dist/types/src/ethers/index.d.ts",
"import": "./dist/esm/src/ethers/index.js",
"default": "./dist/esm/src/ethers/index.js"
"types": "./dist/types/exports/ethers.d.ts",
"import": "./dist/esm/exports/ethers.js",
"default": "./dist/esm/exports/ethers.js"
}

@@ -27,3 +27,3 @@ },

"ethers": [
"./dist/types/src/ethers/index.d.ts"
"./dist/types/exports/ethers.d.ts"
]

@@ -34,4 +34,4 @@ }

"build:clean": "rm -rf dist",
"build": "npm run build:clean; tsc --build",
"watch": "npm run build:clean; tsc --watch",
"build:scaffold-utils": "tsc --build",
"watch": "tsc --watch",
"typecheck": "tsc --noEmit",

@@ -41,4 +41,5 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx"

"dependencies": {
"@web3modal/polyfills": "3.5.0",
"@web3modal/scaffold": "3.5.0"
"@web3modal/polyfills": "3.5.1",
"@web3modal/scaffold": "3.5.1",
"valtio": "1.11.2"
},

@@ -45,0 +46,0 @@ "keywords": [

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