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

@dotcom-reliability-kit/log-error

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-reliability-kit/log-error - npm Package Compare versions

Comparing version 3.1.7 to 4.0.0

14

package.json
{
"name": "@dotcom-reliability-kit/log-error",
"version": "3.1.7",
"version": "4.0.0",
"description": "A method to consistently log error object with optional request information",

@@ -14,11 +14,11 @@ "repository": {

"engines": {
"node": "16.x || 18.x || 20.x",
"npm": "7.x || 8.x || 9.x"
"node": "18.x || 20.x",
"npm": "8.x || 9.x"
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^2.3.0",
"@dotcom-reliability-kit/logger": "^2.4.2",
"@dotcom-reliability-kit/serialize-error": "^2.2.1",
"@dotcom-reliability-kit/serialize-request": "^2.2.1"
"@dotcom-reliability-kit/app-info": "^3.0.0",
"@dotcom-reliability-kit/logger": "^3.0.0",
"@dotcom-reliability-kit/serialize-error": "^3.0.0",
"@dotcom-reliability-kit/serialize-request": "^3.0.0"
},

@@ -25,0 +25,0 @@ "devDependencies": {

@@ -15,2 +15,3 @@

* [`options.request`](#optionsrequest)
* [Migrating](#migrating)
* [Contributing](#contributing)

@@ -63,3 +64,3 @@ * [License](#license)

name: 'example-app',
nodeVersion: '16.16.0',
nodeVersion: '18.17.0',
region: 'EU',

@@ -98,3 +99,3 @@ releaseDate: '2022-07-25T01:37:00Z'

name: 'example-app',
nodeVersion: '16.16.0',
nodeVersion: '18.17.0',
region: 'EU',

@@ -133,3 +134,3 @@ releaseDate: '2022-07-25T01:37:00Z'

name: 'example-app',
nodeVersion: '16.16.0',
nodeVersion: '18.17.0',
region: 'EU',

@@ -258,3 +259,3 @@ releaseDate: '2022-07-25T01:37:00Z'

name: 'example-app',
nodeVersion: '16.16.0',
nodeVersion: '18.17.0',
region: 'EU',

@@ -267,2 +268,7 @@ releaseDate: '2022-07-25T01:37:00Z'

## Migrating
Consult the [Migration Guide](./docs/migration.md) if you're trying to migrate to a later major version of this package.
## Contributing

@@ -269,0 +275,0 @@

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