Socket
Socket
Sign inDemoInstall

level-sublevel

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-sublevel - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

test/version.js

2

package.json
{
"name": "level-sublevel",
"description": "partition levelup databases",
"version": "6.0.0",
"version": "6.1.0",
"homepage": "https://github.com/dominictarr/level-sublevel",

@@ -6,0 +6,0 @@ "repository": {

@@ -16,2 +16,4 @@ var EventEmitter = require('events').EventEmitter

var version = require('./package.json').version
var sublevel = module.exports = function (nut, prefix, createStream, options) {

@@ -21,2 +23,4 @@ var emitter = new EventEmitter()

emitter.version = version
emitter.methods = {}

@@ -23,0 +27,0 @@ prefix = prefix || []

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