fixed-width-parser
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35095
302