Socket
Socket
Sign inDemoInstall

@md-tickets/common

Package Overview
Dependencies
99
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

1

build/middlewares/error-handler.js

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

}
console.error(err);
res.status(400).send({

@@ -11,0 +12,0 @@ errors: [{

8

package.json
{
"name": "@md-tickets/common",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

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

"scripts": {
"clean": "del-cli ./build/*",
"build": "npm run clean && tsc",
"pub": "git add . && git commit -m \"updates\" && npm version patch && npm run build && npm publish"
"build": "tsc",
"pub": "npm version patch && npm run build && npm publish"
},

@@ -20,3 +19,2 @@ "keywords": [],

"devDependencies": {
"del-cli": "^4.0.0",
"typescript": "^4.3.5"

@@ -23,0 +21,0 @@ },

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