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.3-alpha.1-lazyassert to 0.10.3-alpha.2-lazyassert

4

package.json
{
"name": "reactivedb",
"version": "0.10.3-alpha.1-lazyassert",
"version": "0.10.3-alpha.2-lazyassert",
"description": "Reactive ORM for Lovefield",

@@ -78,3 +78,3 @@ "main": "./index.js",

"node-watch": "^0.5.5",
"npm-run-all": "^4.1.2",
"npm-run-all": "^4.1.5",
"nyc": "^11.3.0",

@@ -81,0 +81,0 @@ "raw-loader": "^0.5.1",

@@ -100,3 +100,5 @@ import * as lf from 'lovefield'

patch(patch: Object) {
this.params = { ...this.params, ...patch }
forEach(patch, (val, key) => {
this.params[key] = val
})
return this

@@ -103,0 +105,0 @@ }

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

export default '0.10.3-alpha.1-lazyassert'
export default '0.10.3-alpha.2-lazyassert-alpha0.10.3-alpha.2-lazyassert-lazyassert'

@@ -74,3 +74,6 @@ "use strict";

Mutation.prototype.patch = function (patch) {
this.params = tslib_1.__assign({}, this.params, patch);
var _this = this;
utils_1.forEach(patch, function (val, key) {
_this.params[key] = val;
});
return this;

@@ -77,0 +80,0 @@ };

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

declare const _default: "0.10.3-alpha.1-lazyassert";
declare const _default: "0.10.3-alpha.2-lazyassert-alpha0.10.3-alpha.2-lazyassert-lazyassert";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '0.10.3-alpha.1-lazyassert';
exports.default = '0.10.3-alpha.2-lazyassert-alpha0.10.3-alpha.2-lazyassert-lazyassert';
//# 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