Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
plasma-order-api-client-js
Advanced tools
Kind: global class
Array
Object
Object
Object
Bool
Promise
Orders API JS client.
In order to use Orders API you should create an instance of this class.
import Orders from "tm-orders-api-client-js";
const products = new Orders ('http://service-orders.dev/api/v2', 'en');
Array
Get list of users orders
Kind: instance method of Orders
Returns: Array
-
[ { "affiliate_id": "TM", "order_id": "NDrMh3S3XvSt0LfbHoWh", "user_id": "124088", "date": 1481166873, "status": 1, "amount": "138", "locale": "EN", "project_id": "0", "merchantTransactionId": "", "merchantSystem": "PayPal", "products": [ { "id": "52995", "class": "template", "price": "89", "license": "single site", "products": [] }, { "id": "53001", "class": "template", "price": "75", "license": "single site", "products": [] }, { "id": "55932", "class": "template", "price": "11", "license": "single site", "products": [], "name": "PRO Industry PSD Template", "url": "/psd-templates/pro-industry-psd-template-55932.html", "type": "PSD Template", "image": "55932-original.jpg" } ] }, ...]
Param | Type | Description |
---|---|---|
token | String | User token |
params | Object | list of orders parameters { page: Number, per-page: Number, product-type: String, product-ids: String, ids: String } |
Object
Get Order By ID
Kind: instance method of Orders
Returns: Object
-
{ "affiliate_id": "TM", "order_id": "NDrMh3S3XvSt0LfbHoWh", "user_id": "124088", "date": 1481166873, "status": 1, "amount": "138", "locale": "EN", "project_id": "0", "merchantTransactionId": "", "merchantSystem": "PayPal", "products": [ { "id": "52995", "class": "template", "price": "89", "license": "single site", "products": [] }, { "id": "53001", "class": "template", "price": "75", "license": "single site", "products": [] }, { "id": "55932", "class": "template", "price": "11", "license": "single site", "products": [], "name": "PRO Industry PSD Template", "url": "/psd-templates/pro-industry-psd-template-55932.html", "type": "PSD Template", "image": "55932-original.jpg" } ] }
Param | Type | Description |
---|---|---|
token | String | User token |
ID | Number | Order ID |
Object
Restore Download Link
Kind: instance method of Orders
Returns: Object
-
{ "orderId": "xdtGS1apwbLKmv9ZXOlV", "productId": 123, "link": "http://dddd.ccc/dgdfgdfg", "downloadStatus": "inZipper", "isExpired": false, "rate": 1, "zipperTime": 1 }
Param | Type | Description |
---|---|---|
token | String | User token |
orderID | Number | Order ID |
productID | Number | Product ID |
Object
Check Download Link
Kind: instance method of Orders
Returns: Object
-
{ "orderId": "xdtGS1apwbLKmv9ZXOlV", "productId": 123, "link": "http://dddd.ccc/dgdfgdfg", "downloadStatus": "inZipper", "isExpired": false, "rate": 1, "zipperTime": 1 }
Param | Type | Description |
---|---|---|
token | String | User token |
orderID | Number | Order ID |
productID | Number | Product ID |
Bool
Return Correct id or not
Kind: instance method of Orders
Param | Type | Description |
---|---|---|
id | Number | Product id |
Promise
Return Fetch Promise
Kind: instance method of Orders
Param | Type | Description |
---|---|---|
url | String | Where request go |
token | String | auth user token |
FAQs
Orders API JS client
The npm package plasma-order-api-client-js receives a total of 0 weekly downloads. As such, plasma-order-api-client-js popularity was classified as not popular.
We found that plasma-order-api-client-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.