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

@nikic/servious-http

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nikic/servious-http - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

15

dist/index.js

@@ -61,15 +61,2 @@ "use strict";

};
module.exports = Servious;
Servious.registerService({
name: 'agents',
host: 'localhost:9990'
});
Servious.addMethod('agents', {
name: 'query',
method: 'post'
});
Servious.send('agents', 'query', {
test: 'test'
}).then(function (resp) {
console.log(resp);
});
module.exports = Servious;

3

package.json
{
"name": "@nikic/servious-http",
"version": "1.0.3",
"version": "1.0.4",
"description": "Servious for HTTP",
"main": "index.js",
"scripts": {

@@ -6,0 +7,0 @@ "start": "cross-env NODE_ENV=development nodemon --exec babel-node src/index.js",

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