Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csv-db

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-db - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/csvDb.js

@@ -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/"
}
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