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-2 to 0.17.0-3

2

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

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

const fs = require('fs')
, path = require('path')
, os = require('os')
var location = path.join(os.tmpdir(), 'level-test-' + process.pid + '.db')
var location = path.join(__dirname, 'level-test-' + process.pid + '.db')

@@ -97,2 +96,2 @@ module.exports = function (test, level, options) {

}
}
}
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