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

demeine

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demeine - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

lib/repository.js

@@ -27,3 +27,3 @@ var uuid = require('uuid').v4;

})
}).nodeify(callback);;
}).nodeify(callback);
} else {

@@ -62,3 +62,3 @@ return this._partition.openStream(id).then(function (stream) {

LOG.info('%s committed %d events with %s id', self.aggregateType, events.length, commitId);
if(self._partition.storeSnapshot !== undefined) {
if(self._partition.storeSnapshot !== undefined && aggregate._getSnapshot) {
LOG.debug('Persisting snapshot for stream %s version %s', aggregate.id, aggregate.getVersion());

@@ -65,0 +65,0 @@ self._partition.storeSnapshot(aggregate.id, aggregate._getSnapshot(), aggregate.getVersion());

{
"name": "demeine",
"version": "0.3.2",
"version": "0.3.3",
"description": "DDDD - Distributed Domain Driven Design",

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

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