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

statware

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statware - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

foo.js

5

index.js

@@ -20,4 +20,4 @@ module.exports = Statware

var os = require("os")
var request = require("request")
var push = require("./push")
var stats = require("./stats")

@@ -112,4 +112,3 @@ var server = require("./server")

self.stats.getStats(function (stats) {
options.body = stats
request.post(options, cb || defaultCallback)
push(options, stats, cb || defaultCallback)
})

@@ -116,0 +115,0 @@ }

3

package.json
{
"name": "statware",
"description": "Status aggregation suite with middle-ware like abilities. Used by the Ravenwall agent.",
"version": "0.2.5",
"version": "0.2.6",
"author": "Bryce B. Baril <bryce@ravenwall.com>",
"dependencies": {
"request": "~2.21.0",
"fixed-array": "~0.1.1"

@@ -9,0 +8,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