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 3.1.2 to 3.1.3

4

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

@@ -10,3 +10,3 @@ "main": "./src/node-persist.js",

"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/"
"test": "./node_modules/.bin/mocha tests/"
},

@@ -13,0 +13,0 @@ "repository": {

@@ -367,3 +367,3 @@ /*

}
if (!this.q[file]?.length) {
if (!this.q[file] || !this.q[file].length) {
delete this.q[file]

@@ -370,0 +370,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