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

@badrap/valita

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@badrap/valita - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

11

package.json
{
"name": "@badrap/valita",
"version": "0.3.7",
"version": "0.3.8",
"description": "A validation & parsing library for TypeScript",

@@ -17,3 +17,6 @@ "main": "./dist/cjs/index.js",

"sideEffects": false,
"repository": "badrap/valita",
"repository": {
"type": "git",
"url": "git+https://github.com/badrap/valita.git"
},
"author": "Joachim Viide <jviide@iki.fi>",

@@ -38,4 +41,4 @@ "license": "MIT",

"changeset": "changeset",
"version": "changeset version && sed --in-place \"s/\\\"version\\\": \\\".*\\\"/\\\"version\\\": \\\"$(sed -n 's/^\\s*\\\"version\\\": \\\"\\([^\\\"/]*\\)\\\".*/\\1/p' package.json)\\\"/\" jsr.json",
"publish": "changeset publish && jsr publish"
"bump": "changeset version && sed --in-place \"s/\\\"version\\\": \\\".*\\\"/\\\"version\\\": \\\"$(sed -n 's/^\\s*\\\"version\\\": \\\"\\([^\\\"/]*\\)\\\".*/\\1/p' package.json)\\\"/\" jsr.json",
"release": "changeset publish && jsr publish"
},

@@ -42,0 +45,0 @@ "devDependencies": {

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