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

null-logger

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

null-logger - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

index.d.ts

14

index.js
const NULL_LOGGER = {
info: () => {},
error: () => {},
trace: () => {},
warn: () => {},
fatal: () => {},
debug: () => {},
log: () => {},
info: () => { },
error: () => { },
trace: () => { },
warn: () => { },
fatal: () => { },
debug: () => { },
log: () => { },
};
module.exports = NULL_LOGGER;
{
"name": "null-logger",
"version": "1.0.0",
"version": "2.0.0",
"description": "Null Logger",
"types": "index.d.ts",
"main": "index.js",
"repository": "github.com/ordermentum/null-logger",
"repository": "https://github.com/ordermentum/null-logger",
"author": "Ordermentum Pty Ltd",
"license": "Apache-2.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