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

@darkwolf/code-error

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darkwolf/code-error - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

README.md

3

index.js
class CodeError extends Error {
constructor(code, message) {
constructor(code, message, data) {
super()

@@ -7,2 +7,3 @@ this.name = 'CodeError'

this.message = message
this.data = data

@@ -9,0 +10,0 @@ if (Error.captureStackTrace) {

{
"name": "@darkwolf/code-error",
"version": "1.0.1",
"version": "1.0.2",
"description": "CodeError",

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

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