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

dirty

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dirty - npm Package Compare versions

Comparing version 0.9.9 to 1.0.0

4

lib/dirty/dirty.js

@@ -176,3 +176,5 @@ if (global.GENTLY) require = GENTLY.hijack(require);

if (!(row.key in self._docs)) {
self._keys.push(row.key);
if(self._keys.indexOf(row.key) === -1){
self._keys.push(row.key);
}
length++;

@@ -179,0 +181,0 @@ }

{
"name": "dirty",
"description": "A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.",
"version": "0.9.9",
"version": "1.0.0",
"dependencies": {},

@@ -6,0 +6,0 @@ "main": "./lib/dirty",

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