Comparing version 0.0.1 to 0.0.2
@@ -87,3 +87,3 @@ var Q = require('q'); | ||
for (var i = 0; i < data.length; i++) { | ||
if (lastIndex < data[i]['id']) { | ||
if (parseInt(lastIndex) < parseInt(data[i]['id'])) { | ||
lastIndex = data[i]['id']; | ||
@@ -90,0 +90,0 @@ } |
{ | ||
"name": "csv-db", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Simple filebased database", | ||
@@ -32,7 +32,7 @@ "main": "index.js", | ||
"readmeFilename": "README.md", | ||
"_id": "csv-db@0.0.1", | ||
"_id": "csv-db@0.0.2", | ||
"dist": { | ||
"shasum": "e9980b8acbd04b3ffedd1d04b3b929bb55d10c00" | ||
"shasum": "9706dd725e035db2bb9ce50725b47497fa431c2e" | ||
}, | ||
"_from": "/Users/sspringer/srv/nodeCsvDb/" | ||
} |
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
17778