Socket
Socket
Sign inDemoInstall

@rimbu/sorted

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/sorted - npm Package Compare versions

Comparing version 0.10.6 to 0.10.7

6

dist/main/set-custom/implementation/builder.js

@@ -106,7 +106,3 @@ "use strict";

if (entryIndex >= 0) {
if (Object.is(this.entries[entryIndex], value))
return false;
this.source = undefined;
this.entries[entryIndex] = value;
return true;
return false;
}

@@ -113,0 +109,0 @@ var childIndex = common_1.SortedIndex.next(entryIndex);

@@ -94,7 +94,3 @@ import { Stream } from '@rimbu/stream';

if (entryIndex >= 0) {
if (Object.is(this.entries[entryIndex], value))
return false;
this.source = undefined;
this.entries[entryIndex] = value;
return true;
return false;
}

@@ -101,0 +97,0 @@ const childIndex = SortedIndex.next(entryIndex);

4

package.json
{
"name": "@rimbu/sorted",
"version": "0.10.6",
"version": "0.10.7",
"description": "Immutable SortedMap and SortedSet implementations for TypeScript",

@@ -126,3 +126,3 @@ "keywords": [

},
"gitHead": "5400f8471bdfc7a227f7defc4a3942bdf3ff1423"
"gitHead": "b15f97d4124fc8a0946179aaee7cb02d445ada25"
}

@@ -127,8 +127,3 @@ import type { RelatedTo } from '@rimbu/common';

if (entryIndex >= 0) {
if (Object.is(this.entries[entryIndex], value)) return false;
this.source = undefined;
this.entries[entryIndex] = value;
return true;
return false;
}

@@ -135,0 +130,0 @@

Sorry, the diff of this file is not supported yet

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