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

valibot

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valibot - npm Package Compare versions

Comparing version 0.31.0-rc.1 to 0.31.0-rc.2

LICENSE.md

25

package.json
{
"name": "valibot",
"description": "The modular and type safe schema library for validating structural data",
"version": "0.31.0-rc.1",
"version": "0.31.0-rc.2",
"license": "MIT",

@@ -44,13 +44,2 @@ "author": "Fabian Hiller",

},
"scripts": {
"play": "tsm ./playground.ts",
"test": "vitest --typecheck",
"coverage": "vitest run --coverage --isolate",
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit",
"eslint.fix": "eslint \"src/**/*.ts*\" --fix",
"format": "prettier --write ./src",
"format.check": "prettier --check ./src",
"build": "tsup",
"publish": "npm publish && npx jsr publish"
},
"devDependencies": {

@@ -73,3 +62,13 @@ "@types/eslint": "^8.56.7",

"vitest": "1.4.0"
},
"scripts": {
"play": "tsm ./playground.ts",
"test": "vitest --typecheck",
"coverage": "vitest run --coverage --isolate",
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit",
"eslint.fix": "eslint \"src/**/*.ts*\" --fix",
"format": "prettier --write ./src",
"format.check": "prettier --check ./src",
"build": "tsup"
}
}
}

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