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

node-r3trans

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

node-r3trans - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

5

dist/R3transLogParser.js

@@ -320,14 +320,19 @@ "use strict";

sType = 'SUCCESS';
break;
case 4:
sExitCode = 'Warnings have occurred but they can be ignored.';
sType = 'WARNING';
break;
case 8:
sExitCode = 'Transport could not be completed. Problems occurred with certain objects.';
sType = 'ERROR';
break;
case 12:
sExitCode = 'Fatal errors have occurred, such as errors while reading or writing a file or unexpected errors within the database interface, in particular database problems.';
sType = 'ERROR';
break;
case 16:
sExitCode = 'Situations have occurred that are normally not allowed.';
sType = 'ERROR';
break;
}

@@ -334,0 +339,0 @@ return {

2

package.json
{
"name": "node-r3trans",
"version": "1.0.7",
"version": "1.0.8",
"description": "NodeJs wrapper for SAP R3trans program",

@@ -5,0 +5,0 @@ "keywords": [

# node-r3trans
![npm](https://img.shields.io/npm/l/node-r3trans)
![npm](https://img.shields.io/npm/v/node-r3trans)
![npm](https://img.shields.io/npm/v/node-r3trans)

@@ -6,0 +5,0 @@ NodeJs wrapper for [SAP R3trans](https://help.sap.com/docs/SOFTWARE_LOGISTICS_TOOLSET_CTS_PLUG-IN/05c12df5b54849c49940a14bc089d8b4/3dad5c974ebc11d182bf0000e829fbfe.html?locale=en-US).

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