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

@paladen/errors

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paladen/errors - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

1

dist/index.d.ts

@@ -7,3 +7,2 @@ export declare type BaseErrorProps = {

export declare class BaseError {
isBaseError: boolean;
message?: string;

@@ -10,0 +9,0 @@ httpStatusCode?: number;

@@ -14,4 +14,2 @@ 'use strict';

this.isBaseError = true;
if (props && props.message) {

@@ -18,0 +16,0 @@ this.message = props.message;

4

package.json
{
"name": "@paladen/errors",
"version": "1.0.34",
"version": "1.0.35",
"repository": "https://github.com/samstr/paladen",

@@ -17,3 +17,3 @@ "main": "dist/index.js",

},
"gitHead": "78a117033b6755e46b7268e03fb2370ff06c7643"
"gitHead": "b5d1f8d5764f870007df115de33c544f0bfd4299"
}
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