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

ispapi-apiconnector

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ispapi-apiconnector - npm Package Compare versions

Comparing version 4.0.17 to 4.0.18

2

client.js

@@ -32,3 +32,3 @@ /*

Object.keys(p_cmd).forEach(function(key) {
if (p_cmd[key]) { //sentry #1785 "TypeError: Cannot read property 'toString' of null"
if (p_cmd[key]!==null||p_cmd[key]!==undefined) { // 'toString' won't work
tmp += key + '=' + p_cmd[key].toString().replace(/\r|\n/g, "") + "\n";

@@ -35,0 +35,0 @@ }

@@ -0,1 +1,5 @@

4.0.18 / 2017-08.31
===================
* review null value check of previous change
4.0.17 / 2017-08.31

@@ -2,0 +6,0 @@ ===================

{
"name": "ispapi-apiconnector",
"description": "1API API Connector for node.js",
"version": "4.0.17",
"version": "4.0.18",
"author": {

@@ -6,0 +6,0 @@ "name": "Kai Schwarz",

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