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

@dotcom-tool-kit/error

Package Overview
Dependencies
Maintainers
3
Versions
117
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 3.2.0 to 4.0.0-beta.0

8

lib/index.d.ts

@@ -9,11 +9,11 @@ export declare class ToolKitError extends Error {

}
export interface HookTaskConflict {
hook: string;
export interface CommandTaskConflict {
command: string;
conflictingTasks: ConflictingTask[];
}
export declare class ToolKitConflictError extends ToolKitError {
conflicts: HookTaskConflict[];
constructor(message: string, conflicts: HookTaskConflict[]);
conflicts: CommandTaskConflict[];
constructor(message: string, conflicts: CommandTaskConflict[]);
}
export declare function hasToolKitConflicts(error: unknown): error is ToolKitConflictError;
//# sourceMappingURL=index.d.ts.map
{
"name": "@dotcom-tool-kit/error",
"version": "3.2.0",
"version": "4.0.0-beta.0",
"description": "",

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

"engines": {
"node": "16.x || 18.x || 20.x",
"node": "18.x || 20.x",
"npm": "7.x || 8.x || 9.x || 10.x"
}
}

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