You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

console-override

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-override - npm Package Compare versions

Comparing version

to
0.1.0

CHANGELOG.md

9

package.json
{
"version": "0.0.2",
"version": "0.1.0",
"name": "console-override",

@@ -11,7 +11,7 @@ "description": "override console methods",

"preferGlobal": false,
"homepage": "http://supergiovane.tk/#/console-override",
"homepage": "https://github.com/hex7c0/console-override",
"author": {
"name": "hex7c0",
"email": "hex7c0@gmail.com",
"url": "http://hex7c0.tk/"
"url": "https://hex7c0.github.io/"
},

@@ -30,5 +30,4 @@ "repository": {

"devDependencies": {
"coveralls": "~2.11",
"istanbul": "~0.4",
"mocha": "~2.3"
"mocha": "~3.0"
},

@@ -35,0 +34,0 @@ "engines": {

@@ -9,3 +9,3 @@ # [console-override](https://github.com/hex7c0/console-override)

Override `console` methods with `Date.toISOString` before text
Override `console` methods with `Date.toISOString` before text (monkey patching)

@@ -12,0 +12,0 @@ ## Installation