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

lib

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

cli/commands/version.js

7

cli/commands/create.js

@@ -130,3 +130,4 @@ 'use strict';

login = username ? [] : login;
// NOTE: Not offline friendly. Always log in user...
// login = username ? [] : login;

@@ -139,3 +140,5 @@ async.series(login, (err, results) => {

let user = nologin ? {username: 'dev', email: ''} : results[0];
let defaultUser = {username: 'dev', email: ''};
let user = nologin ? defaultUser : results[0];
user = user || defaultUser;

@@ -142,0 +145,0 @@ username = username || user.username;

{
"name": "lib",
"version": "1.0.10",
"version": "1.0.11",
"description": "Standard Library for Microservices",

@@ -5,0 +5,0 @@ "main": "index.js",

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