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

serialised-error

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialised-error - npm Package Compare versions

Comparing version

to
1.1.1

4

index.js

@@ -26,2 +26,6 @@ var stacktrace = require('stack-trace'),

SerialisedError.prototype.toJSON = function () {
return JSON.stringify(this);
};
module.exports = SerialisedError;

2

package.json
{
"name": "serialised-error",
"version": "1.1.0",
"version": "1.1.1",
"description": "Serialises error object to normal object",

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