Socket
Socket
Sign inDemoInstall

log-gen

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

log-gen - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

bin/start.js

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

// Babel register and trigger the src files
#!/usr/bin/env node

@@ -6,3 +6,4 @@ // Not need currently but just incase

// Babel register and trigger the src files
require('babel-register');
require('../src/start.js');
{
"name": "log-gen",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a configurable script for generating dummy log file output.",

@@ -5,0 +5,0 @@ "main": "bin/start.js",

@@ -31,3 +31,3 @@ import program from 'commander';

export default () => {
program.version('1.0.1')
program.version('1.0.2')
.option('-a, --amounts [amounts]', 'Array of amounts of lines to be output in the specified invertval')

@@ -34,0 +34,0 @@ .option('-i, --interval [interval]', 'Length of time in ms for the average amounts to be output during')

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc