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

@dotcom-tool-kit/error

Package Overview
Dependencies
Maintainers
0
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-tool-kit/error - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

8

lib/index.js

@@ -5,9 +5,9 @@ "use strict";

class ToolKitError extends Error {
constructor() {
super(...arguments);
this.name = 'ToolKitError';
}
name = 'ToolKitError';
details;
exitCode;
}
exports.ToolKitError = ToolKitError;
class ToolKitConflictError extends ToolKitError {
conflicts;
constructor(message, conflicts) {

@@ -14,0 +14,0 @@ super(message);

{
"name": "@dotcom-tool-kit/error",
"version": "4.0.1",
"version": "4.1.0",
"description": "",

@@ -29,5 +29,4 @@ "main": "lib",

"engines": {
"node": "18.x || 20.x",
"npm": "7.x || 8.x || 9.x || 10.x"
"node": "18.x || 20.x || 22.x"
}
}
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