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

@chijs/util

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chijs/util - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/logger.d.ts

@@ -1,4 +0,4 @@

import { DestinationStream, pino, LoggerOptions, Logger } from 'pino';
import pino, { DestinationStream, LoggerOptions, Logger } from 'pino';
export declare function createBaseLogger(options?: LoggerOptions, stream?: DestinationStream): Logger;
export declare function createLogger(component: string | string[], bindings?: pino.Bindings, base?: Logger<LoggerOptions>): pino.Logger<LoggerOptions & pino.ChildLoggerOptions>;
export * from 'pino';

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

import { pino } from 'pino';
import pino from 'pino';
export function createBaseLogger(options, stream) {

@@ -3,0 +3,0 @@ options = { name: 'chi', base: undefined, ...options };

{
"name": "@chijs/util",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "AGPL-3.0",

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