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.3 to 0.1.0-alpha.6

LICENSE.txt

39

package.json
{
"name": "@arque/core",
"version": "0.1.0-alpha.3",
"description": "arque core package",
"author": "Roger Madjos <rrmadjos@protonmail.com>",
"homepage": "https://github.com/rogermadjos/arque#README.md",
"version": "0.1.0-alpha.6",
"description": "The Event Sourcing library.",
"author": "rogermadjos <roger@hov.co>",
"homepage": "https://github.com/rogermadjos/arque#readme",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "nx build",
"prepublishOnly": "npm run build"
},
"keywords": [
"event",
"event-sourcing",
"cqrs",
"microservices"
],
"main": "dist/index.js",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/**/*.js.map"
"dist"
],
"dependencies": {
"async-mutex": "0.4.0",
"bs58": "5.0.0",
"exponential-backoff": "3.1.1"
"repository": {
"type": "git",
"url": "git+https://github.com/rogermadjos/arque.git"
},
"bugs": {
"url": "https://github.com/rogermadjos/arque/issues"
},
"scripts": {
"build": "rimraf dist && tsc --project tsconfig.build.json",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d5269b1a8726bd75fb697b18ea0770066e008851"
"gitHead": "d71fda4a443660742128bdad8fa1f9f8a860a888"
}
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