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

web3-validator

Package Overview
Dependencies
Maintainers
5
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-validator - npm Package Compare versions

Comparing version 2.0.3-dev.80adabe.0 to 2.0.3-dev.90d78c1.0

10

package.json
{
"name": "web3-validator",
"version": "2.0.3-dev.80adabe.0+80adabe",
"version": "2.0.3-dev.90d78c1.0+90d78c1",
"description": "JSON-Schema compatible validator for web3",

@@ -30,3 +30,3 @@ "main": "./lib/commonjs/index.js",

"prebuild": "yarn clean",
"build": "yarn build:cjs & yarn build:esm & yarn build:types",
"build": "concurrently --kill-others-on-fail \"yarn:build:*(!check|web)\"",
"build:cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > ./lib/commonjs/package.json",

@@ -51,4 +51,4 @@ "build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./lib/esm/package.json",

"util": "^0.12.5",
"web3-errors": "1.1.3-dev.80adabe.0+80adabe",
"web3-types": "1.2.1-dev.80adabe.0+80adabe",
"web3-errors": "1.1.3-dev.90d78c1.0+90d78c1",
"web3-types": "1.2.1-dev.90d78c1.0+90d78c1",
"zod": "^3.21.4"

@@ -70,3 +70,3 @@ },

},
"gitHead": "80adabe986425c2415cf254f85f7025ef133bea7"
"gitHead": "90d78c1b7ffdc74f6ee71376a2b28da5bc55bc06"
}

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