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

filecoin-big-head

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filecoin-big-head - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

13

dist/index.js

@@ -44,5 +44,8 @@ #!/usr/bin/env node

-flash-duration <seconds>
-flash-duration <seconds> (default: 2.5)
-flash-color <color1,color2>
-interval <seconds> (default: 5)
-i <seconds>
--no-nickname

@@ -72,2 +75,7 @@ --no-seconds

},
interval: {
type: 'string',
alias: 'i',
default: '5'
},
nickname: {

@@ -89,2 +97,3 @@ type: 'boolean',

const flashDuration = Number(args.flashDuration) * 1000;
const interval = Number(args.interval) * 1000;

@@ -94,3 +103,3 @@ const Main = () => {

const [_, height, updateTime] = (0, _useFilecoinHead.default)({
interval: 5000,
interval,
flashDuration

@@ -97,0 +106,0 @@ });

@@ -34,5 +34,8 @@ #!/usr/bin/env node

-flash-duration <seconds>
-flash-duration <seconds> (default: 2.5)
-flash-color <color1,color2>
-interval <seconds> (default: 5)
-i <seconds>
--no-nickname

@@ -63,2 +66,7 @@ --no-seconds

},
interval: {
type: 'string',
alias: 'i',
default: '5'
},
nickname: {

@@ -82,2 +90,3 @@ type: 'boolean',

const flashDuration = Number(args.flashDuration) * 1000
const interval = Number(args.interval) * 1000

@@ -87,3 +96,3 @@ const Main = () => {

const [_, height, updateTime] = useFilecoinHead({
interval: 5000,
interval,
flashDuration

@@ -90,0 +99,0 @@ })

2

package.json
{
"name": "filecoin-big-head",
"version": "0.0.2",
"version": "0.0.3",
"description": "Displays Filecoin chain height in big letters in terminal",

@@ -5,0 +5,0 @@ "scripts": {

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