fixed-width-parser
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "fixed-width-parser", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A fixed width data parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -57,2 +57,17 @@ # fixed-width-parser | ||
#### Parse Options | ||
```typescript | ||
interface IParseOptions { | ||
/** | ||
* Value to return when value parses as falsy: | ||
* | ||
* - `'undefined'` = `undefined` | ||
* - `'null'` = `null` | ||
* - `'passthrough'` = return the original falsy value | ||
*/ | ||
falsyFallback: FalsyFallback; | ||
} | ||
``` | ||
### Unparse | ||
@@ -59,0 +74,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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
254
7545
3
0
2