New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stamhoofd/structures

Package Overview
Dependencies
Maintainers
1
Versions
294
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.2.26 to 1.2.27

1

dist/src/members/PaymentDetailed.d.ts

@@ -5,3 +5,4 @@ import { Payment } from './Payment';

registrations: RegistrationWithMember[];
getMemberNames(): string;
}
//# sourceMappingURL=PaymentDetailed.d.ts.map

@@ -9,2 +9,5 @@ "use strict";

class PaymentDetailed extends Payment_1.Payment {
getMemberNames() {
return this.registrations.map(r => { var _a, _b; return (_b = (_a = r.member.details) === null || _a === void 0 ? void 0 : _a.name) !== null && _b !== void 0 ? _b : "Onbekend"; }).join(", ");
}
}

@@ -11,0 +14,0 @@ tslib_1.__decorate([

@@ -5,3 +5,4 @@ import { Payment } from './Payment';

registrations: RegistrationWithMember[];
getMemberNames(): string;
}
//# sourceMappingURL=PaymentDetailed.d.ts.map

@@ -6,2 +6,5 @@ import { __decorate } from "tslib";

export class PaymentDetailed extends Payment {
getMemberNames() {
return this.registrations.map(r => { var _a, _b; return (_b = (_a = r.member.details) === null || _a === void 0 ? void 0 : _a.name) !== null && _b !== void 0 ? _b : "Onbekend"; }).join(", ");
}
}

@@ -8,0 +11,0 @@ __decorate([

2

package.json
{
"name": "@stamhoofd/structures",
"version": "1.2.26",
"version": "1.2.27",
"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