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

@nabz.tickets/common

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nabz.tickets/common - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

build/exceptions/http.exception.d.ts

@@ -1,2 +0,2 @@

declare class HttpException extends Error {
export declare class HttpException extends Error {
status: number;

@@ -3,0 +3,0 @@ message: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpException = void 0;
class HttpException extends Error {

@@ -10,2 +11,3 @@ constructor(status, message) {

}
exports.HttpException = HttpException;
exports.default = HttpException;

@@ -6,3 +6,3 @@ {

"license": "ISC",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

@@ -9,0 +9,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