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.0.3 to 3.0.4

LICENSE

4

index.d.ts

@@ -16,4 +16,4 @@ export type Token = ( payload?: TokenPayload ) => string | number;

extend?: Record<string, number>
stdout?: WritableStream
stderr?: WritableStream
stdout?: NodeJS.WriteStream
stderr?: NodeJS.WriteStream
use_custom_message?: boolean

@@ -20,0 +20,0 @@ }): void;

{
"name": "console-stamp",
"main": "index.js",
"version": "3.0.3",
"version": "3.0.4",
"scripts": {

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

"devDependencies": {
"@types/node": "^17.0.18",
"moment": "^2.29.1",

@@ -78,0 +79,0 @@ "nodemon": "^2.0.12",

@@ -9,3 +9,3 @@ # Console-stamp 3

[npm-url]: https://npmjs.org/package/console-stamp
[build-img]: https://img.shields.io/circleci/project/github/starak/node-console-stamp/3.0.0.svg?style=flat-square
[build-img]: https://circleci.com/gh/starak/node-console-stamp.svg?style=svg
[downloads-image]: https://img.shields.io/npm/dm/console-stamp.svg?style=flat-square

@@ -12,0 +12,0 @@

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