sessionstore
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -7,2 +7,5 @@ function getSpecificStore(options) { | ||
} else { | ||
options.type = options.type.toLowerCase(); | ||
var dbPath = __dirname + "/databases/" + options.type + ".js"; | ||
@@ -9,0 +12,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -60,10 +60,10 @@ # Introduction | ||
1. inMemory | ||
2. mongoDb ([node-mongodb-native] (https://github.com/mongodb/node-mongodb-native)) | ||
3. nStore ([nstore] (https://github.com/creationix/nstore)) | ||
4. couchDb ([cradle] (https://github.com/cloudhead/cradle)) | ||
5. tingoDb ([tingodb] (https://github.com/sergeyksv/tingodb)) | ||
2. mongodb ([node-mongodb-native] (https://github.com/mongodb/node-mongodb-native)) | ||
3. nstore ([nstore] (https://github.com/creationix/nstore)) | ||
4. couchdb ([cradle] (https://github.com/cloudhead/cradle)) | ||
5. tingodb ([tingodb] (https://github.com/sergeyksv/tingodb)) | ||
# License | ||
Copyright (c) 2013 Adriano Raiano | ||
Copyright (c) 2014 Adriano Raiano | ||
@@ -70,0 +70,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
Sorry, the diff of this file is not supported yet
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
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
20174
429
1