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

clordle

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clordle - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

.upm/store.json

@@ -1,1 +0,1 @@

{"version":2,"languages":{"nodejs-npm":{"specfileHash":"cc8e9afe768697ca483d430b42150f6a","lockfileHash":"e603cc59749619e1b18a8cb673532ffd","guessedImports":["ansi-colors","enquirer"],"guessedImportsHash":"bdeec31db8353cdd3246551cbe33d43e"}}}
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"eaed888dade0806edc60a1e727bd6e28","lockfileHash":"889d886011f7300325b9eb48dacf5349","guessedImports":["ansi-colors","enquirer"],"guessedImportsHash":"bdeec31db8353cdd3246551cbe33d43e"}}}

@@ -29,2 +29,5 @@ #!/usr/bin/env node

console.log("Today's date: " + new Date().toLocaleDateString())
console.log('\n')
for (let i = 0; i < 5; i++) {

@@ -31,0 +34,0 @@ let readableGuessNum = i + 1;

const { words } = require('./words');
const clordle = class {
constructor(word = words[Math.floor((new Date().getTime() - new Date("06/29/2021").getTime()) / (1000 * 3600 * 24))], day = -1) { //the default word value aligns with the real wordle guesses. will break sometime in 2027 but 24 y/o me will deal with that
constructor(word = words[Math.floor((new Date().getTime() - new Date("06/19/2021").getTime()) / (1000 * 3600 * 24))], day = -1) { //the default word value aligns with the real wordle guesses. will break sometime in 2027 but 24 y/o me will deal with that
if (day >= 0) {

@@ -7,0 +7,0 @@ word = words[day];

{
"name": "clordle",
"version": "0.0.3",
"version": "0.0.4",
"description": "If wordle and the command line had a baby.",

@@ -13,3 +13,3 @@ "main": "index.js",

"author": "Piero Maddaleni <piero@piemadd.com>",
"license": "ISC",
"license": "PAN",
"dependencies": {

@@ -16,0 +16,0 @@ "ansi-colors": "4.1.1",

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