Socket
Socket
Sign inDemoInstall

rheactor-event-store

Package Overview
Dependencies
7
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.0 to 9.2.1

12

dist/index.js

@@ -77,2 +77,14 @@ 'use strict';

});
});
var _types = require('./types');
Object.keys(_types).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _types[key];
}
});
});

2

package.json
{
"name": "rheactor-event-store",
"description": "Implementation of an event store based on redis",
"version": "9.2.0",
"version": "9.2.1",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -7,1 +7,2 @@ export * from './aggregate-index'

export * from './model-event'
export * from './types'
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc