Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reactivedb

Package Overview
Dependencies
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactivedb - npm Package Compare versions

Comparing version 0.10.4-alpha.5-diff to 0.10.4-alpha.6-diff

2

package.json
{
"name": "reactivedb",
"version": "0.10.4-alpha.5-diff",
"version": "0.10.4-alpha.6-diff",
"description": "Reactive ORM for Lovefield",

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

@@ -83,5 +83,2 @@ import { Observable } from 'rxjs/Observable'

tokens.unshift(this)
const lastEmit: T[] = tokens.reduce((acc, token) => {
return acc.concat(token.getLastEmit())
}, [] as T[])

@@ -96,3 +93,3 @@ const newSelector$ = Observable.from(tokens).pipe(

)
return new QueryToken<T>(newSelector$, lastEmit)
return new QueryToken<T>(newSelector$, this.lastEmit)
}

@@ -99,0 +96,0 @@

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

export default '0.10.4-alpha.5-diff-alpha0.10.4-alpha.5-diff-diff'
export default '0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-alpha0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-diff'

@@ -58,5 +58,2 @@ "use strict";

tokens.unshift(this);
var lastEmit = tokens.reduce(function (acc, token) {
return acc.concat(token.getLastEmit());
}, []);
var newSelector$ = Observable_1.Observable.from(tokens).pipe(map_1.map(function (token) { return token.selector$.pipe(skipWhileProxySelector); }), combineAll_1.combineAll(), map_1.map(function (r) {

@@ -67,3 +64,3 @@ var first = r.shift();

}));
return new QueryToken(newSelector$, lastEmit);
return new QueryToken(newSelector$, this.lastEmit);
};

@@ -70,0 +67,0 @@ QueryToken.prototype.combine = function () {

@@ -1,2 +0,2 @@

declare const _default: "0.10.4-alpha.5-diff-alpha0.10.4-alpha.5-diff-diff";
declare const _default: "0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-alpha0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-diff";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '0.10.4-alpha.5-diff-alpha0.10.4-alpha.5-diff-diff';
exports.default = '0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-alpha0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-diff';
//# sourceMappingURL=version.js.map

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