Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "dbf", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "generate dbf files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,7 +35,9 @@ var fieldSize = require('./fieldsize'); | ||
var t = types[fields[n]]; | ||
o.push({ | ||
name: n, | ||
type: t, | ||
size: fieldSize[t] | ||
}); | ||
if(t){ | ||
o.push({ | ||
name: n, | ||
type: t, | ||
size: fieldSize[t] | ||
}); | ||
} | ||
} | ||
@@ -42,0 +44,0 @@ return o; |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
419
0
14200
13