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.0.4 to 1.0.5

2

cjs/Fenextjs/index.js

@@ -14,3 +14,3 @@ "use strict";

this.name = code ?? Error_1.ErrorCode.ERROR;
this.message = message ?? "";
this.message = (message ?? "") + (input ? `[${input}]` : "");
this.data = data;

@@ -17,0 +17,0 @@ this.input = input;

{
"name": "fenextjs-error",
"version": "1.0.4",
"version": "1.0.5",
"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