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

fenextjs-error

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-error - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

cjs/Fenextjs/index.d.ts

@@ -8,2 +8,3 @@ import { ErrorCode, ErrorProps } from "fenextjs-interface/cjs/Error";

message: string;
msg: string;
input?: string;

@@ -10,0 +11,0 @@ data?: D;

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

message;
msg;
input;

@@ -16,2 +17,3 @@ data;

this.message = (message ?? "") + (input ? ` [${input}]` : "");
this.msg = message ?? "";
this.data = data;

@@ -18,0 +20,0 @@ this.input = input;

2

package.json
{
"name": "fenextjs-error",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

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

Sorry, the diff of this file is not supported yet

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