Socket
Socket
Sign inDemoInstall

baconjs

Package Overview
Dependencies
Maintainers
2
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 3.0.4 to 3.0.5

4

package.json
{
"name": "baconjs",
"description": "A small functional reactive programming lib for JavaScript.",
"version": "3.0.4",
"version": "3.0.5",
"keywords": [

@@ -74,3 +74,3 @@ "bacon.js",

"prepublish": "npm run lint && npm run dist",
"version": "3.0.4",
"version": "3.0.5",
"browsertest-bundle": "browsertest/browserify",

@@ -77,0 +77,0 @@ "browsertest-open": "open browsertest/mocha.runner.html",

@@ -344,2 +344,3 @@ import { Desc } from "./describe";

*/
abstract groupBy(keyF: Function1<V, string>, limitF?: GroupTransformer<V, V>): Observable<EventStream<V>>;
abstract groupBy<V2>(keyF: Function1<V, string>, limitF: GroupTransformer<V, V2>): Observable<EventStream<V2>>;

@@ -837,2 +838,3 @@ /**

*/
groupBy(keyF: Function1<V, string>, limitF?: GroupTransformer<V, V>): Property<EventStream<V>>;
groupBy<V2>(keyF: Function1<V, string>, limitF: GroupTransformer<V, V2>): Property<EventStream<V2>>;

@@ -1116,2 +1118,3 @@ /**

*/
groupBy(keyF: Function1<V, string>, limitF?: GroupTransformer<V, V>): EventStream<EventStream<V>>;
groupBy<V2>(keyF: Function1<V, string>, limitF: GroupTransformer<V, V2>): EventStream<EventStream<V2>>;

@@ -1118,0 +1121,0 @@ /**

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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