Socket
Socket
Sign inDemoInstall

console-stamp

Package Overview
Dependencies
7
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

5

index.d.ts

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

export type Token = ( payload?: TokenPayload ) => string | number;
export type Token = ( payload: TokenPayload ) => string | number;

@@ -8,2 +8,3 @@ export interface TokenPayload {

defaultTokens: Record<string, Token>
msg: string
}

@@ -33,5 +34,5 @@

stderr?: NodeJS.WriteStream | SpyStream
use_custom_message?: boolean
preventDefaultMessage?: boolean
}): void;
export default consoleStamp;

10

package.json
{
"name": "console-stamp",
"main": "index.js",
"version": "3.1.0",
"version": "3.1.1",
"scripts": {

@@ -18,3 +18,3 @@ "test": "tap --no-check-coverage -R spec test/*.js",

"email": "stale@raknes.net",
"url": "http://github.com/starak"
"url": "https://github.com/starak"
},

@@ -24,3 +24,3 @@ "contributors": [

"name": "Ståle Raknes",
"url": "http://github.com/starak"
"url": "https://github.com/starak"
},

@@ -74,3 +74,3 @@ {

"type": "git",
"url": "http://github.com/starak/node-console-stamp.git"
"url": "https://github.com/starak/node-console-stamp.git"
},

@@ -85,4 +85,4 @@ "license": "MIT",

"nodemon": "^2.0.16",
"tap": "^16.1.0"
"tap": "^16.3.3"
}
}
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