New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.1 to 0.2.2

2

lib/repository.js

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

return this._partition.openStream(aggregate.id).then(function (stream) {
aggregate
return aggregate
.getUncommittedEventsAsync()

@@ -30,0 +30,0 @@ .then(function (events) {

{
"name": "demeine",
"version": "0.2.1",
"version": "0.2.2",
"description": "DDDD - Distributed Domain Driven Design",

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

@@ -63,4 +63,4 @@ // var sdebug = require('slf-debug').default;

x.getUncommittedEvents().length.should.equal(0);
done();
});
done();
}).catch(function(err) {

@@ -67,0 +67,0 @@ done(err);

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