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

@stamhoofd/structures

Package Overview
Dependencies
Maintainers
1
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stamhoofd/structures - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

4

dist/src/Group.d.ts

@@ -6,6 +6,6 @@ import { AutoEncoder } from '@simonbackx/simple-encoding';

settings: GroupSettings;
static defaultSort(a: Group, b: Group): 0 | 1 | -1;
static nameSort(a: Group, b: Group): 0 | 1 | -1;
static defaultSort(this: unknown, a: Group, b: Group): 0 | 1 | -1;
static nameSort(this: unknown, a: Group, b: Group): 0 | 1 | -1;
}
export declare const GroupPatch: typeof AutoEncoder & (new () => import("@simonbackx/simple-encoding").AutoEncoderPatchType<Group>);
//# sourceMappingURL=Group.d.ts.map

@@ -18,3 +18,3 @@ "use strict";

// name
return this.nameSort(a, b);
return Group.nameSort(a, b);
}

@@ -27,3 +27,3 @@ if (a.settings.minBirthYear > b.settings.minBirthYear) {

}
return this.nameSort(a, b);
return Group.nameSort(a, b);
}

@@ -30,0 +30,0 @@ static nameSort(a, b) {

@@ -6,6 +6,6 @@ import { AutoEncoder } from '@simonbackx/simple-encoding';

settings: GroupSettings;
static defaultSort(a: Group, b: Group): 0 | 1 | -1;
static nameSort(a: Group, b: Group): 0 | 1 | -1;
static defaultSort(this: unknown, a: Group, b: Group): 0 | 1 | -1;
static nameSort(this: unknown, a: Group, b: Group): 0 | 1 | -1;
}
export declare const GroupPatch: typeof AutoEncoder & (new () => import("@simonbackx/simple-encoding").AutoEncoderPatchType<Group>);
//# sourceMappingURL=Group.d.ts.map

@@ -15,3 +15,3 @@ import { __decorate } from "tslib";

// name
return this.nameSort(a, b);
return Group.nameSort(a, b);
}

@@ -24,3 +24,3 @@ if (a.settings.minBirthYear > b.settings.minBirthYear) {

}
return this.nameSort(a, b);
return Group.nameSort(a, b);
}

@@ -27,0 +27,0 @@ static nameSort(a, b) {

{
"name": "@stamhoofd/structures",
"version": "1.1.8",
"version": "1.1.9",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./esm/dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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