New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cqrs-saga

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqrs-saga - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/revisionGuardStore/databases/azureTable.js

3

package.json
{
"author": "adrai",
"name": "cqrs-saga",
"version": "1.1.0",
"version": "1.1.1",
"private": false,

@@ -23,2 +23,3 @@ "main": "index.js",

"devDependencies": {
"azure-storage": ">=0.3.0",
"cradle": ">=0.6.7",

@@ -25,0 +26,0 @@ "expect.js": ">= 0.1.2",

@@ -28,3 +28,3 @@ # Introduction

// optional, default is in-memory
// currently supports: mongodb, redis and inmemory
// currently supports: mongodb, redis, azuretable and inmemory
// hint settings like: [eventstore](https://github.com/adrai/node-eventstore#provide-implementation-for-storage)

@@ -55,3 +55,3 @@ // mongodb:

// the revisionguard only works if aggregateId and revision are defined in event definition
// currently supports: mongodb, redis, tingodb and inmemory
// currently supports: mongodb, redis, tingodb, azuretable and inmemory
// hint settings like: [eventstore](https://github.com/adrai/node-eventstore#provide-implementation-for-storage)

@@ -58,0 +58,0 @@ revisionGuard: {

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

## [v1.1.1](https://github.com/adrai/node-cqrs-saga/compare/v1.1.0...v1.1.1)
- added azure-table support [#2](https://github.com/adrai/node-cqrs-saga/pull/#2) thanks to [sbiaudet](https://github.com/sbiaudet) and [rvin100](https://github.com/rvin100)
## [v1.1.0](https://github.com/adrai/node-cqrs-saga/compare/v1.0.2...v1.1.0)

@@ -2,0 +5,0 @@ - introduce revisionGuard

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