Socket
Socket
Sign inDemoInstall

@nanzc/rapid

Package Overview
Dependencies
101
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.8 to 1.2.9

2

lib/libs/verify/middleware.js

@@ -18,2 +18,4 @@ "use strict";

const value = gather[rules.location][field];
if (!rules.required && value === undefined)
continue;
const [success, message] = new _1.Verify(field, value, rules).validating();

@@ -20,0 +22,0 @@ if (!success) {

3

package.json
{
"name": "@nanzc/rapid",
"version": "1.2.8",
"version": "1.2.9",
"description": "An Rapid is a Rapid back-end development framework based on the onion model and modifier to adapt to the changing times.",

@@ -10,2 +10,3 @@ "main": "lib/index.js",

"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -12,0 +13,0 @@ },

@@ -5,2 +5,2 @@ # rapid

- 无法自动将 public 打包进 lib
- TODO: 自动将 public 打包进 lib
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc