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

jet-schema

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jet-schema - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

7

package.json
{
"name": "jet-schema",
"version": "1.2.4",
"version": "1.2.5",
"description": "Simple, typescript-first schema validation tool",

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

"bundle": "rollup --bundleConfigAsCjs --config rollup.config.ts --configPlugin typescript",
"lint": "eslint --flag unstable_ts_config"
"lint": "eslint --flag unstable_ts_config",
"pre-publish": "mv 'README.md' 'git.README.md' && mv 'npm.README.md' 'README.md'",
"publish": "npm run pre-publish && npm publish && npm run post-publish",
"post-publish": "mv 'README.md' 'npm.README.md' && mv 'git.README.md' 'README.md'"
},

@@ -18,0 +21,0 @@ "repository": {

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