Socket
Socket
Sign inDemoInstall

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.2 to 1.0.3

4

lib/bizzfuzz.js

@@ -48,2 +48,6 @@ var _ = require('underscore'),

return this.options.startsAt;
}
BizzFuzz.prototype.finalNumber = function() {
return this.options.endsAt;
}

2

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

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

@@ -64,2 +64,9 @@ var expect = require('expect.js'),

});
describe("#finalNumber", function() {
it("should return the final number", function() {
expect(bizzFuzz.finalNumber()).to.equal(100);
});
});
});
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