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

level-packager

Package Overview
Dependencies
Maintainers
1
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.17.0-4 to 0.17.0-5

level-test-25606.db/lost/000012.log

6

level-packager.js

@@ -17,9 +17,5 @@ const levelup = require('levelup')

if (typeof leveldown[m] == 'function') {
console.log('we have a', m)
Level[m] = function (location, callback) {
leveldown[m](location, callback || function () {})
}
} else {
console.error('leveldown has no method:', m)
console.error(leveldown)
}

@@ -31,2 +27,2 @@ })

module.exports = packager
module.exports = packager
{
"name" : "level-packager"
, "description" : "LevelUP package helper for distributing with a LevelDOWN-compatible back-end"
, "version" : "0.17.0-4"
, "version" : "0.17.0-5"
, "contributors" : [

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

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