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

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.5.1 to 6.5.2

2

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

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

@@ -17,3 +17,2 @@ var ltgt = require('ltgt')

function compare (a, b) {
if(isArrayLike(a) && isArrayLike(b)) {

@@ -67,3 +66,3 @@ var l = Math.min(a.length, b.length)

return ltgt.contains(range, key, compare)
return ltgt.contains(range, key, _compare)
}

@@ -70,0 +69,0 @@

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