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

abstract-logging

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-logging - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

test.js

10

index.js
'use strict'
function noop () {}
function noop () { }
module.exports = {
const proto = {
fatal: noop,

@@ -13,1 +13,7 @@ error: noop,

}
Object.defineProperty(module, 'exports', {
get () {
return Object.create(proto)
}
})

4

package.json
{
"name": "abstract-logging",
"version": "1.0.0",
"version": "2.0.0",
"description": "A noop logger that conforms to the Log4j interface for modules to stub out internal logging",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test.js"
},

@@ -9,0 +9,0 @@ "repository": {

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