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

bizzfuzz

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bizzfuzz - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

package.json
{
"name": "bizzfuzz",
"version": "1.0.1",
"version": "1.0.2",
"description": "Extendable FizzBuzz Library in Javascript (LOL)",

@@ -17,3 +17,2 @@ "main": "index.js",

"dependencies": {
"express": "~4.0.0",
"underscore": "~1.6.0"

@@ -20,0 +19,0 @@ },

@@ -26,2 +26,12 @@ BizzFuzz

### `isNextAfter`
Function for returning a boolean of whether or not there is a next number after the one supplied
```javascript
bizzFuzz = new BizzFuzz;
bizzFuzz.isNextAfter(10); // Returns true
bizzFuzz.isNextAfter(100); // Returns false
```
## Options

@@ -28,0 +38,0 @@

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