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

blooket.js

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

blooket.js - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

blooket.js

@@ -168,3 +168,3 @@ const ws = require('ws');

} else if (this.mode == "fact") {
if (Math.floor(Math.random() * 100) =< 80) {
if (Math.floor(Math.random() * 100) <= 80) {
this.blooks += 1

@@ -171,0 +171,0 @@ console.log(`You have ${this.blooks} blooks`)

{
"name": "blooket.js",
"version": "1.2.2",
"version": "1.2.3",
"description": "This is a terminal client for the quiz service known as Blooket",

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

Sorry, the diff of this file is not supported yet

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