Socket
Socket
Sign inDemoInstall

baconjs

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baconjs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

component.json
{
"name": "bacon",
"version": "0.0.1",
"name": "baconjs",
"version": "0.0.3",
"main": "./lib/Bacon.js"
}
{
"name" : "baconjs",
"version" : "0.0.2",
"version" : "0.0.3",
"author" : "Juha Paananen",

@@ -5,0 +5,0 @@ "licenses" : ["MIT"],

@@ -684,2 +684,24 @@ Bacon.js

Compatibility with browsers
===========================
Bacon.js is not browser dependent, because it is not a UI library. Hence there are not actual browser tests and no
"official" list of supported browsers.
I have used Bacon.js with Chrome, Firefox, Safari, IE 8+, iPhone, iPad.
Node.js
=======
Sure. Works. Try it out.
npm install baconjs
Then type `node` and try the following
Bacon = require("baconjs").bacon()
Bacon.sequentially(1000, ["B", "A", "C", "O", "N"]).log()
I have published version 0.0.2 (commit 11ffc8ce5ba2000c784b700eba175b6e3c947d46) to NPM repo.
Why Bacon?

@@ -686,0 +708,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