Socket
Socket
Sign inDemoInstall

@arque/core

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arque/core - npm Package Compare versions

Comparing version 0.1.0-alpha.7 to 0.1.0-alpha.8

dist/libs/aggregate-factory.d.ts

2

dist/index.d.ts
export * from './libs/types';
export * from './libs/event-id';
export * from './libs/aggregate';
export * from './libs/aggregate-factory';

@@ -6,2 +6,4 @@ "use strict";

tslib_1.__exportStar(require("./libs/event-id"), exports);
tslib_1.__exportStar(require("./libs/aggregate"), exports);
tslib_1.__exportStar(require("./libs/aggregate-factory"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@arque/core",
"version": "0.1.0-alpha.7",
"version": "0.1.0-alpha.8",
"description": "The Event Sourcing library.",

@@ -20,9 +20,16 @@ "author": "rogermadjos <roger@hov.co>",

"scripts": {
"test": "jest",
"build": "rimraf dist && tsc --project tsconfig.build.json",
"prepublishOnly": "npm run build"
},
"dependencies": {
"async-mutex": "0.4.0",
"bs58": "5.0.0",
"exponential-backoff": "3.1.1",
"lru-cache": "9.1.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8afba87aefbd39247d90eacfb5c31978b784dbac"
"gitHead": "3b222a39bbd91c327eea5400507c1dcd3b8867d4"
}
dist/libs/types.d.ts

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