Socket
Socket
Sign inDemoInstall

node-persist

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-persist - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

package.json
{
"name": "node-persist",
"version": "2.0.6",
"version": "2.0.7",
"description": "Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage",

@@ -5,0 +5,0 @@ "main": "./src/node-persist.js",

@@ -119,3 +119,5 @@ /*

this.startExpiredKeysInterval();
if (options.expiredInterval) {
this.startExpiredKeysInterval();
}

@@ -148,4 +150,5 @@ Q.all(deferreds).then(

this.parseStorageDirSync();
this.startExpiredKeysInterval();
if (options.expiredInterval) {
this.startExpiredKeysInterval();
}
//start synchronous persisting,

@@ -152,0 +155,0 @@ if (options.interval && options.interval > 0) {

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