
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
deckofcards
Advanced tools
A simple implementation of a deck of playing cards.
Cards are a combination of a rank (2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
,
T
(Ten), J
(Jack), Q
(Queen), K
(King), A
(Ace)) and a suit
(S
(Spades), C
(Clubs), H
(Hearts), D
(Diamonds)).
Accepts a rank (e.g. 4
) and a suit (e.g. C
). Will throw on invalid input.
Accepts a rank and a suit string (e.g. 4C
). Will throw on invalid input.
Copy constructor. Accepts a Card. Will throw on invalid input.
Parses a card string (e.g. 4C
) and returns a new Card
.
Returns a string representation of the card (e.g. KH
).
Returns a string representation of the card (e.g. KH
).
Returns a string representation of the card (e.g. KH
).
Returns a string representation of the card (e.g. KH
).
An array of valid ranks.
An array of valid suits.
A Deck is just a set of 52 unique cards made by combining all legal suits and ranks.
Initializes a new shuffled deck of cards.
Randomizes the order of the cards.
Returns the next card from the deck.
Puts the dealt cards back in the deck and performs a shuffle.
Returns a string representation of the deck.
npm test
See LICENSE.md
FAQs
a standard deck of playing cards
The npm package deckofcards receives a total of 3 weekly downloads. As such, deckofcards popularity was classified as not popular.
We found that deckofcards demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.