Socket
Socket
Sign inDemoInstall

noop-logger

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

History.md
0.1.1 / 2016-02-16
==================
* add logger.verbose
0.1.0 / 2014-04-04

@@ -3,0 +8,0 @@ ==================

1

lib/index.js

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

'notice',
'verbose',
'fatal'

@@ -17,0 +18,0 @@ ];

7

package.json

@@ -5,9 +5,12 @@ {

"repository": "git://github.com/segmentio/noop-logger.git",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "1.x"
}
}
}

@@ -15,4 +15,5 @@

assert.equal('function', typeof logger.notice);
assert.equal('function', typeof logger.verbose);
assert.equal('function', typeof logger.fatal);
});
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc