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

egg-typebox-validate

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-typebox-validate - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

app/extend/context.js

6

package.json
{
"name": "egg-typebox-validate",
"version": "1.0.0",
"version": "1.1.0",
"description": "another validate for typescript egg projects",

@@ -56,3 +56,3 @@ "eggPlugin": {

"tsc": "tsc -p tsconfig.json",
"clean": "rm -f app/**/*.js",
"clean": "rm -rf app/**/*.js",
"test": "npm run lint -- --fix && npm run test-local",

@@ -64,3 +64,3 @@ "test-local": "egg-bin test",

"ci": "npm run lint && npm run cov",
"prepublish": "npm run tsc"
"prepublishOnly": "npm run build"
},

@@ -67,0 +67,0 @@ "files": [

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