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

@fordefi/web3-provider

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fordefi/web3-provider - npm Package Compare versions

Comparing version 0.1.0-dev.efa6606 to 0.1.0

14

package.json
{
"name": "@fordefi/web3-provider",
"version": "0.1.0-dev.efa6606",
"version": "0.1.0",
"description": "Web3 Provider and signer compatible with EIP-1193",

@@ -32,5 +32,5 @@ "author": "Gil Meir <gil@fordefi.com>",

"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"lint": "yarn eslint . --max-warnings=0",
"lint:fix": "yarn lint --fix",
"ts:check": "tsc --noEmit",
"lint:check": "yarn eslint . --max-warnings=0 --no-warn-ignored",
"lint:fix": "yarn lint:check --fix",
"build": "yarn clean && tsup-node src/index.ts --format cjs,esm --dts",

@@ -75,8 +75,4 @@ "test": "jest",

"lint-staged": {
"*.ts": ["eslint . --max-warnings=0 --fix"]
},
"engines": {
"node": "^18.16.1",
"yarn": "~1.22.20"
"*.ts": "yarn lint:fix"
}
}

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

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