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

fis-command-install

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-command-install - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

2

install.js

@@ -201,3 +201,3 @@ /*

if (!components.length) {
console.log('Aready installed');
console.log('Already installed');
return;

@@ -204,0 +204,0 @@ }

@@ -31,2 +31,6 @@ var lastInstance;

SimpleTick.prototype.tick = function() {
if (this._cleared) {
return;
}
this.render();

@@ -43,5 +47,6 @@ this.count++;

clearTimeout(this.timer);
this._cleared = true;
lastInstance = null;
this.stream.clearLine();
this.stream.cursorTo(0);
}
}
{
"name": "fis-command-install",
"description": "fis install command.",
"version": "0.1.13",
"version": "0.1.14",
"author": "FIS Team <fis@baidu.com>",

@@ -6,0 +6,0 @@ "homepage": "http://fis.baidu.com/",

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