
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
plasma-membership-api-client-js
Advanced tools
Kind: global class
ArrayArrayArrayArrayObjectObjectObjectObjectBoolPromiseMemberships API JS client.
In order to use Memberships API you should create an instance of this class.
import Memberships from "tm-memberships-api-client-js";
const products = new Memberships ('http://service-memberships.dev/api/v1', 'en');
ArrayReturn list of membership groups.
Kind: instance method of Memberships
Returns: Array -
[
{
"id":"1",
"name":"Name",
"active_icon":"http://s3.amazonaws.com/doc/2017-02-02/",
"inactive_icon":"http://s3.amazonaws.com/doc/2017-02-02/",
"type_id":"17763",
}, ...]
| Param | Type | Description |
|---|---|---|
| params | Object | Membership groups parameters { type_id: Number } |
ArrayReturn list of all membership plans.
Kind: instance method of Memberships
Returns: Array -
[
{
"id":"1",
"title":"Premium",
"descriptions":"Example description",
"group_id":"1",
"price": 199,
"max_downloads":"10",
"duration_days":"30",
}, ...]
| Param | Type | Description |
|---|---|---|
| params | Object | Membership group parameters { group_id: Number } |
ArrayReturn membership plan by id.
Kind: instance method of Memberships
Returns: Array -
{
"id":"1",
"title":"Premium",
"descriptions":"Example description",
"group_id":"1",
"price": 199,
"max_downloads":"10",
"duration_days":"30",
}
| Param | Type | Description |
|---|---|---|
| params | number | id |
ArrayReturn list of subscriptions .
Kind: instance method of Memberships
Returns: Array -
[
{
"id":"1",
"membership": {
"id":"1",
"title":"Premium",
"descriptions":"Example description",
"group_id":"1",
"price": 199,
"max_downloads":"10",
"duration_days":"30",
},
"user_id":"12345",
"status":"active"
"end_date":"1038444",
"downloads":"0",
"downloads_quota": 100,
}, ...]
| Param | Type | Description |
|---|---|---|
| token | String | User token |
| params | Object | Membership groups parameters { status : String, membership_id : Number, group_id : Number } |
ObjectReturn subscription .
Kind: instance method of Memberships
Returns: Object -
{
"id":"1",
"membership": {
"id":"1",
"title":"Premium",
"descriptions":"Example description",
"group_id":"1",
"price": 199,
"max_downloads":"10",
"duration_days":"30",
},
"user_id":"12345",
"status":"active"
"end_date":"1038444",
"downloads":"0",
"downloads_quota": 100,
}
| Param | Type | Description |
|---|---|---|
| token | String | User token |
| id | Number | User id |
ObjectReactivate payments
Kind: instance method of Memberships
Returns: Object -
{
"id":"1",
"membership": {
"id":"1",
"title":"Premium",
"descriptions":"Example description",
"group_id":"1",
"price": 199,
"max_downloads":"10",
"duration_days":"30",
},
"user_id":"12345",
"status":"active"
"end_date":"1038444",
"downloads":"0",
"downloads_quota": 100,
"payment_status": active,
}
| Param | Type | Description |
|---|---|---|
| token | String | User token |
| id | Number | Membership subscription id |
ObjectSuspend payments
Kind: instance method of Memberships
Returns: Object -
{
"id":"1",
"membership": {
"id":"1",
"title":"Premium",
"descriptions":"Example description",
"group_id":"1",
"price": 199,
"max_downloads":"10",
"duration_days":"30",
},
"user_id":"12345",
"status":"active"
"end_date":"1038444",
"downloads":"0",
"downloads_quota": 100,
"payment_status": active,
}
| Param | Type | Description |
|---|---|---|
| token | String | User token |
| id | Number | Membership subscription id |
ObjectReturn list of downloads.
Kind: instance method of Memberships
Returns: Object -
{
"currentPageIndex":1,
"totalCount":11,
"lastPageIndex":6,
"items": [
{
"id":"1",
"product_id":"143142",
"created_at":"12345"
}, ...]
}
| Param | Type | Description |
|---|---|---|
| token | String | User token |
| id | Number | Product id |
BoolReturn Correct id or not
Kind: instance method of Memberships
| Param | Type | Description |
|---|---|---|
| id | Number | Product id |
PromiseReturn Fetch Promise
Kind: instance method of Memberships
| Param | Type | Description |
|---|---|---|
| url | String | Where request go |
| token | String | auth user token |
| method | String | request method must be uppercase, default 'GET' |
| params | Object | request params object |
FAQs
Memberships API JS client
The npm package plasma-membership-api-client-js receives a total of 5 weekly downloads. As such, plasma-membership-api-client-js popularity was classified as not popular.
We found that plasma-membership-api-client-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.