New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coin-toss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coin-toss - npm Package Compare versions

Comparing version

to
0.2.1

2

package.json
{
"name": "coin-toss",
"version": "0.2.0",
"version": "0.2.1",
"description": "Toss a coin.",

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

@@ -27,2 +27,6 @@ # coin-toss

### .isTails()
Returns `true` if coin toss returns tails, `false` if coin toss returns heads.
### .toss()

@@ -29,0 +33,0 @@