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.6 to 0.19.7

10

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

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

"type": "git",
"url": "https://github.com/Level/level-packager.git"
"url": "https://github.com/Level/packager.git"
},

@@ -39,3 +39,7 @@ "homepage": "https://github.com/Level/level-packager",

},
"license": "MIT"
"license": "MIT",
"devDependencies": {
"level": "^0.19.1",
"tape": "^4.0.0"
}
}

@@ -97,1 +97,8 @@ const fs = require('fs')

}
if (!module.parent) {
const test = require('tape')
, level = require('level')
module.exports(test, level)
}

Sorry, the diff of this file is not supported yet

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