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

fixed-width-parser

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixed-width-parser - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

2

dist/FixedWidthParser.js

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

if (!((_g = config.truncate) !== null && _g !== void 0 ? _g : _this.defaults.truncate)) {
throw new Error("Unable to parse value '" + value + "' into width of '" + config.width + "'!");
throw new Error("Unable to parse value '" + value + "' into width of '" + config.width + "' for field '" + config.name + "'!");
}

@@ -300,0 +300,0 @@ _this.logger.warn("Truncating value '" + value + "' to '" + value.slice(0, config.width) + "' to fit in '" + config.name + "' width of '" + config.width + "'.");

{
"name": "fixed-width-parser",
"version": "2.4.0",
"version": "2.5.0",
"description": "A fixed width data parser",

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