Gathering detailed insights and metrics for node-red-contrib-postman-codegen
Gathering detailed insights and metrics for node-red-contrib-postman-codegen
Gathering detailed insights and metrics for node-red-contrib-postman-codegen
Gathering detailed insights and metrics for node-red-contrib-postman-codegen
code generate from postman collection json
npm install node-red-contrib-postman-codegen
Typescript
Module System
Node Version
NPM Version
JavaScript (66.24%)
HTML (33.76%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
ISC License
1 Stars
5 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Mar 15, 2021
Latest Version
0.0.4
Package Id
node-red-contrib-postman-codegen@0.0.4
Unpacked Size
18.03 kB
Size
8.33 kB
File Count
8
NPM Version
6.14.8
Node Version
14.15.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
npm install node-red-contrib-postman-codegen
Using the Editor You can install nodes directly within the editor by selecting the Manage Palette option from the main menu to open the Palette Manager.
The ‘Nodes’ tab lists all of the modules you have installed. It shows which you are using and whether updates are available for any of them.
The ‘Install’ tab lets you search the catalogue of available node modules and install them.
1msg = {}; 2msg.api = 'getOptions'; // convert, getOptions, getLanguageList 3msg.language = 'nodejs'; 4msg.variant = 'request'; 5// msg.options = { // if api is convert 6// indentCount: 3, 7// indentType: 'Space', 8// trimRequestBody: true, 9// followRedirect: true 10// }; 11// msg.collection = JSON.parse(COLLECTION_JSON_STRING); // if api is convert 12return msg;
1[ 2 { 3 "id": "be8bbf3b.85f4f", 4 "type": "inject", 5 "z": "fd22a74.6706158", 6 "name": "", 7 "props": [ 8 { 9 "p": "payload" 10 }, 11 { 12 "p": "topic", 13 "vt": "str" 14 } 15 ], 16 "repeat": "", 17 "crontab": "", 18 "once": false, 19 "onceDelay": 0.1, 20 "topic": "", 21 "payload": "", 22 "payloadType": "date", 23 "x": 100, 24 "y": 220, 25 "wires": [ 26 [ 27 "a9cbfd5d.f01b6" 28 ] 29 ] 30 }, 31 { 32 "id": "a9cbfd5d.f01b6", 33 "type": "function", 34 "z": "fd22a74.6706158", 35 "name": "", 36 "func": "msg = {};\nmsg.api = 'convert'; // convert, getOptions, getLanguageList\nmsg['language'] = 'nodejs';\nmsg.variant = 'request';\nmsg.collection = {\"item\":[{\"id\":\"set-utc-time-now\",\"name\":\"Set the current time in UTC\",\"description\":{\"content\":\"Set the current time in UTC\",\"type\":\"text/plain\"},\"request\":{\"url\":{\"path\":[\"utc\",\"settime\"],\"host\":[\"{{apiBaseUrl}}\"],\"query\":[],\"variable\":[]},\"method\":\"POST\",\"body\":{\"mode\":\"urlencoded\",\"urlencoded\":[{\"description\":{\"content\":\"nation code\",\"type\":\"text/plain\"},\"key\":\"nation\",\"value\":\"ko-kr\"},{\"key\":\"nation2\",\"value\":\"ko-kr\"}]}},\"response\":[],\"event\":[]},{\"id\":\"get-utc-time-now\",\"name\":\"Get the current time in UTC\",\"description\":{\"content\":\"Get the current time in UTC\",\"type\":\"text/plain\"},\"request\":{\"url\":{\"path\":[\"utc\",\"now\"],\"host\":[\"{{apiBaseUrl}}\"],\"query\":[{\"key\":\"a\",\"value\":\"a\"}],\"variable\":[]},\"method\":\"GET\"},\"response\":[],\"event\":[]}],\"event\":[],\"variable\":[{\"id\":\"apiBaseUrl\",\"type\":\"string\",\"value\":\"http://localhost\"}],\"info\":{\"_postman_id\":\"5fcc82c4-707f-424b-9de5-5c92460a6802\",\"name\":\"xmysql collection\",\"version\":{\"raw\":\"0.0.1\",\"major\":0,\"minor\":0,\"patch\":1,\"prerelease\":[],\"build\":[],\"string\":\"0.0.1\"},\"schema\":\"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"}}\n\nreturn msg;", 37 "outputs": 1, 38 "noerr": 0, 39 "initialize": "", 40 "finalize": "", 41 "x": 250, 42 "y": 220, 43 "wires": [ 44 [ 45 "52277e8b.7c474" 46 ] 47 ] 48 }, 49 { 50 "id": "52277e8b.7c474", 51 "type": "postman-codegen", 52 "z": "fd22a74.6706158", 53 "api": "", 54 "language": "", 55 "variant": "", 56 "name": "postman codegen", 57 "x": 440, 58 "y": 220, 59 "wires": [ 60 [ 61 "d549985d.758338" 62 ] 63 ] 64 }, 65 { 66 "id": "d549985d.758338", 67 "type": "debug", 68 "z": "fd22a74.6706158", 69 "name": "", 70 "active": true, 71 "tosidebar": true, 72 "console": false, 73 "tostatus": false, 74 "complete": "false", 75 "statusVal": "", 76 "statusType": "auto", 77 "x": 640, 78 "y": 220, 79 "wires": [] 80 } 81]
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More