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

argosy-client

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argosy-client - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -10,3 +10,3 @@ var assign = require('object-assign'),

module.exports = function argosyService () {
module.exports = function argosyClient () {
var sequence = 0,

@@ -13,0 +13,0 @@ outstanding = [],

{
"name": "argosy-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "Consume micro-services.",

@@ -14,3 +14,12 @@ "main": "index.js",

},
"keywords": [],
"keywords": [
"micro-service",
"microservice",
"framework",
"micro",
"rpc",
"stream",
"pipe",
"client"
],
"license": "MIT",

@@ -34,4 +43,4 @@ "bugs": {

"tape": "~4.0.0",
"argosy-service": "~1.0.1",
"argosy-pattern": "~1.0.0"
"argosy-service": "~1.0.2",
"argosy-pattern": "~1.0.1"
},

@@ -38,0 +47,0 @@ "dependencies": {

@@ -8,4 +8,6 @@ # argosy-client

Consume micro-services.
Consume micro-services.
Part of the [Argosy](https://github.com/jasonpincin/argosy) family.
## example

@@ -12,0 +14,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