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

node-r3trans

Package Overview
Dependencies
Maintainers
0
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.4.2 to 1.4.3

2

dist/R3transLogParser.js

@@ -100,3 +100,3 @@ "use strict";

var sTableRow = line.replace(tableRowRegex, '');
if (!this._unicode) {
if (!this._unicode && tableName !== 'TADIR') {
sTableRow = sTableRow.split('').filter((_, index) => index % 2 === 0).join('');

@@ -103,0 +103,0 @@ }

{
"name": "node-r3trans",
"version": "1.4.2",
"version": "1.4.3",
"description": "NodeJs wrapper for SAP R3trans program",

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

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