Comparing version 1.0.1 to 1.0.2
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13029
1
122
- Removedexpress@~4.0.0
- Removedaccepts@1.0.0(transitive)
- Removedbuffer-crc32@0.2.1(transitive)
- Removedcookie@0.1.0(transitive)
- Removedcookie-signature@1.0.3(transitive)
- Removeddebug@0.8.1(transitive)
- Removedescape-html@1.0.1(transitive)
- Removedexpress@4.0.0(transitive)
- Removedfresh@0.2.00.2.2(transitive)
- Removedmerge-descriptors@0.0.2(transitive)
- Removedmethods@0.1.0(transitive)
- Removedmime@1.2.11(transitive)
- Removednegotiator@0.3.0(transitive)
- Removedparseurl@1.0.1(transitive)
- Removedpath-to-regexp@0.1.2(transitive)
- Removedqs@0.6.6(transitive)
- Removedrange-parser@0.0.41.0.0(transitive)
- Removedsend@0.1.40.2.0(transitive)
- Removedserve-static@1.0.1(transitive)
- Removedtype-is@1.0.0(transitive)
- Removedutils-merge@1.0.0(transitive)