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

@eth-optimism/core-utils

Package Overview
Dependencies
Maintainers
6
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eth-optimism/core-utils - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

6

CHANGELOG.md
# @eth-optimism/core-utils
## 0.2.3
### Patch Changes
- 35b99b0: add Sentry to TypeScript services for error tracking
## 0.2.2

@@ -4,0 +10,0 @@

4

dist/common/logger.d.ts

@@ -1,2 +0,2 @@

import pino, { DestinationObjectOptions } from 'pino';
import pino, { DestinationObjectOptions, DestinationStream } from 'pino';
export declare type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'fatal';

@@ -6,3 +6,3 @@ export interface LoggerOptions {

level?: LogLevel;
destination?: DestinationObjectOptions;
destination?: DestinationObjectOptions | DestinationStream;
}

@@ -9,0 +9,0 @@ export declare class Logger {

{
"name": "@eth-optimism/core-utils",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index",

@@ -5,0 +5,0 @@ "files": [

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