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

cqrs-domain

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqrs-domain - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

.npmignore

8

lib/domain.js

@@ -12,3 +12,3 @@ var async = require('async')

, eventEmitter = require('./eventEmitter')
, repository = require('viewmodel').write
, repository = require('viewmodel').write.create()
, nodeEventedCommand = require('nodeEventedCommand')

@@ -114,7 +114,3 @@ , hub = nodeEventedCommand.hub.create()

function(callback) {
if (!repository.isConnected) {
repository.init(options.repository, callback);
} else {
callback(null);
}
repository.init(options.repository, callback);
},

@@ -121,0 +117,0 @@ function(callback) {

{
"author": "adrai",
"name": "cqrs-domain",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"main": "index.js",
"engines": {
"node": ">=0.6.16"
"node": ">=0.6.15"
},

@@ -19,3 +19,3 @@ "directories": {

"eventstore": ">= 0.6.0",
"viewmodel": ">= 0.2.4",
"viewmodel": ">= 0.3.0",
"nodeEventedCommand": ">= 0.1.1"

@@ -22,0 +22,0 @@ },

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