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.1.0 to 2.1.1

2

package.json
{
"name": "fixed-width-parser",
"version": "2.1.0",
"version": "2.1.1",
"description": "A fixed width data parser",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -28,2 +28,3 @@ # fixed-width-parser

name: 'age',
start: 0,
width: 2,

@@ -33,2 +34,3 @@ },

name: 'name',
start: 2,
width: 12,

@@ -88,2 +90,3 @@ },

name: 'age',
start: 0,
width: 2,

@@ -93,2 +96,3 @@ },

name: 'name',
start: 2,
width: 12,

@@ -95,0 +99,0 @@ },

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