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

@nttickets/common

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nttickets/common - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

build/middleware/validation-handler.js

@@ -8,2 +8,3 @@ "use strict";

const errors = (0, express_validator_1.validationResult)(req);
console.error(errors);
if (!errors.isEmpty()) {

@@ -10,0 +11,0 @@ throw new request_validation_error_1.RequestValidationError(errors.array());

2

package.json
{
"name": "@nttickets/common",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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