Socket
Socket
Sign inDemoInstall

@arque/core

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arque/core - npm Package Compare versions

Comparing version 1.0.0-alpha.33 to 1.0.0-alpha.34

12

build/lib/projection.js

@@ -30,7 +30,9 @@ "use strict";

}
await this.projectionStore.save({
id: this.id,
lastEvent: event.id,
});
this.lastEvent = event.id;
if (!this.lastEvent || Buffer.compare(event.id, this.lastEvent) > 0) {
await this.projectionStore.save({
id: this.id,
lastEvent: event.id,
});
this.lastEvent = event.id;
}
}

@@ -37,0 +39,0 @@ async digest() {

{
"name": "@arque/core",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "Core for `arque`",

@@ -84,3 +84,3 @@ "keywords": [

},
"gitHead": "63606137c47f151e4170910bb3265c50121f1ad1"
"gitHead": "753f8232c7bd7d6f667180056fcd044ab8023950"
}

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