Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.3 to 1.0.4

2

bin/start.js
#!/usr/bin/env node
// Not currently needed globally but just incase
global.__DEV__ = process.env.NODE_ENV !== 'production'
global.__DEV__ = process.env.NODE_ENV === 'development';

@@ -6,0 +6,0 @@ if (__DEV__) {

@@ -60,3 +60,3 @@ 'use strict';

exports.default = function () {
_commander2.default.version('1.0.3').option('-a, --amounts [amounts]', 'Array of amounts of lines to be output in the specified invertval').option('-i, --interval [interval]', 'Length of time in ms for the average amounts to be output during').option('-f, --format [format]', 'The format of the line to be output, including any generator functions').parse(process.argv);
_commander2.default.version('1.0.4').option('-a, --amounts [amounts]', 'Array of amounts of lines to be output in the specified invertval').option('-i, --interval [interval]', 'Length of time in ms for the average amounts to be output during').option('-f, --format [format]', 'The format of the line to be output, including any generator functions').parse(process.argv);

@@ -63,0 +63,0 @@ return {

{
"name": "log-gen",
"version": "1.0.3",
"version": "1.0.4",
"description": "This is a configurable script for generating dummy log file output.",

@@ -12,4 +12,4 @@ "main": "bin/start.js",

"scripts": {
"start": "NODE_ENV=production node bin/start.js",
"dev": "node bin/start.js",
"start": "node bin/start.js",
"dev": "NODE_ENV=development node bin/start.js",
"lib:clean": "rm -fr lib && mkdir -p lib",

@@ -16,0 +16,0 @@ "lib:compile": "babel -d lib/ src/",

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