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

spm-agent

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spm-agent - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

6

lib/sender/spmsender.js

@@ -275,3 +275,3 @@ /*

request.post(options[xi], function (err, res, body) {
if ((!err) && res != null && res.statusCode < 300) {
if ((!err) && (res && res.statusCode < 300)) {
// remove from NeDB

@@ -298,4 +298,4 @@ var removedCounter = 0

url: options.url,
//body: options.body,
status: res.statusCode, res: res.body
status: res.statusCode,
res: res.body
}, null, 4))

@@ -302,0 +302,0 @@ }

{
"name": "spm-agent",
"version": "1.0.19",
"version": "1.0.20",
"description": "Node.js agent framework for SPM by Sematext",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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