Socket
Socket
Sign inDemoInstall

keyv

Package Overview
Dependencies
1
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

test/keyv.js

7

package.json
{
"name": "keyv",
"version": "0.3.0",
"version": "0.3.1",
"description": "Simple key/value store with support for multiple backends",
"main": "src/index.js",
"scripts": {
"test": "xo && nyc ava",
"test": "xo && nyc ava test/keyv.js",
"test:full": "xo && nyc ava --serial",
"coverage": "nyc report --reporter=text-lcov | coveralls"

@@ -39,2 +40,4 @@ },

"keyv-api-tests": "*",
"keyv-mongo": "*",
"keyv-redis": "*",
"nyc": "^10.3.2",

@@ -41,0 +44,0 @@ "xo": "^0.19.0"

'use strict';
const EventEmitter = require('events').EventEmitter;
const EventEmitter = require('events');
const JSONB = require('json-buffer');

@@ -5,0 +5,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc