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

clubhouse-cli

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clubhouse-cli - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

2

package.json
{
"name": "clubhouse-cli",
"version": "0.10.2",
"version": "0.10.3",
"description": "A command line tool for viewing, creating and updating clubhouse.io stories",

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

@@ -115,3 +115,3 @@ const chalk = require('chalk');

const parseDateComparator = (arg) => {
const match = arg.match(/[0-9].*/) || { index: 0, '0': { length: 12 } };
const match = arg.match(/[0-9].*/) || { index: 0, '0': { length: 30 } };
const parsedDate = new Date(arg.slice(match.index));

@@ -118,0 +118,0 @@ const comparator = arg.slice(0, match.index);

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