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

billon

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

billon - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

8

index.js

@@ -149,11 +149,7 @@ var SoapService = require("./SoapService.js");

var self = this;
if (typeof req.query !== "object") {
if (typeof req.body !== "object") {
return res.send(errs.ERR_INVALID_QUERY);
}
if (typeof req.query.data !== "object") {
return res.send(errs.ERR_INVALID_QUERY_DATA);
}
var requestData = req.query.data;
var requestData = req.body;
if (typeof requestData.itemsId !== "object") {

@@ -160,0 +156,0 @@ return res.send(errs.ERR_INVALID_ITEMS_ID);

{
"name": "billon",
"version": "1.0.8",
"version": "1.0.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "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