🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

now-logs-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

now-logs-server

realtime logs server for zeit's now

latest
Source
npmnpm
Version
0.0.7
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

now-logs-server

The server side for now-logs.

Public server

All now-logs streams are tunneled through the public now-logs-server hosted at logs.now.sh.

You can inspect the public server's code here: https://logs.now.sh/_src

Private server

While the public server keeps your logs completely private, you can ensure extra privacy and uptime by running your own private now-logs-server.

Step 1: Clone this repository

Step 2: Deploy:

now --alias my-private-server.now.sh

Step 3: Update your code to use the private server:

require('now-logs')({
  secret: '<secret-key>',
  url: 'my-private-server.now.sh'
});

Step 4: See logs with:

now-logs -s my-private-server.now.sh <secret-key>

Who made this?

Tal Bereznitskey. Find me on Twitter as @ketacode

Keywords

now

FAQs

Package last updated on 22 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts