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

erp-dispatcher

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erp-dispatcher - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

lib/classes/erp.js

@@ -157,2 +157,7 @@ (function() {

};
if (item.box) {
if (item.box.length > 0) {
options.formData.sortiergang = item.box[0].sortiergang;
}
}
return request.post(options, (function(_this) {

@@ -174,2 +179,3 @@ return function(err, httpResponse, body) {

try {
console.log(body);
json = JSON.parse(body);

@@ -176,0 +182,0 @@ if (json.success === true) {

2

package.json
{
"name": "erp-dispatcher",
"description": "dispatcher between erp system and letter sorter",
"version": "0.0.3",
"version": "0.0.4",
"bin": {

@@ -6,0 +6,0 @@ "erp-dispatcher": "./bin/erp-dispatcher"

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