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.3.8 to 0.3.9

2

component.json
{
"name": "baconjs",
"version": "0.3.8",
"version": "0.3.9",
"main": "./dist/Bacon.js"
}

@@ -932,3 +932,2 @@ (function() {

Observable.prototype.skip = function(count) {
assert("skip: count must >= 0", count >= 0);
return this.withHandler(function(event) {

@@ -935,0 +934,0 @@ if (!event.hasValue()) {

{
"name": "baconjs",
"version": "0.3.8",
"version": "0.3.9",
"author": "Juha Paananen",

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

@@ -0,1 +1,9 @@

## 0.3.9
- Fix #152: Observable.skip now accepts zero and negative values
## 0.3.8
- Fix #153: Remove dep on "global" to fix in browsers.
## 0.3.7

@@ -2,0 +10,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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