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

level-packager

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-packager - npm Package Compare versions

Comparing version 0.19.7 to 1.0.0-0

.travis.yml

11

package.json
{
"name": "level-packager",
"description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end",
"version": "0.19.7",
"version": "1.0.0-0",
"contributors": [

@@ -24,3 +24,6 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)",

},
"homepage": "https://github.com/Level/level-packager",
"scripts": {
"test": "node test.js"
},
"homepage": "https://github.com/Level/packager",
"keywords": [

@@ -37,9 +40,9 @@ "leveldb",

"dependencies": {
"levelup": "~0.19.0"
"levelup": "~1.0.0"
},
"license": "MIT",
"devDependencies": {
"level": "^0.19.1",
"leveldown": "~1.0.6",
"tape": "^4.0.0"
}
}

@@ -10,2 +10,4 @@ level-packager

[![Build Status](https://secure.travis-ci.org/Level/packager.png)](http://travis-ci.org/Level/packager)
**level-packager** exports single function which takes a single argument, a LevelDOWN-API compatible storage back-end for LevelUP. The function returns a constructor function that will bundle LevelUP with the given LevelDOWN replacement. The full API is supported, including all optional arguments, `repair()`, `delete()` and `copy()`. See **[level](https://github.com/Level/level)**, **[level-hyper](https://github.com/Level/level-hyper)** or **[level-lmdb](https://github.com/Level/level-lmdb)** as example use-cases.

@@ -12,0 +14,0 @@

@@ -99,6 +99,7 @@ const fs = require('fs')

if (!module.parent) {
const test = require('tape')
, level = require('level')
const test = require('tape')
, packager = require('./')
, leveldown = require('leveldown')
module.exports(test, level)
module.exports(test, packager(leveldown))
}
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