
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
anychart-export-server
Advanced tools
Name | Type | Description |
---|---|---|
port | number | todo desc |
output-dir | string | то куда будем сохранять все файлы |
disable-scripts-executing | boolean | можно ли запускать скрипты |
todo: description
POST /pdf-report
Name | Type | Description |
---|---|---|
file_name | string | todo desc |
data | JSON, JavaScript | http://pdfmake.org/index.html#/gettingstarted |
data_type | string | JSON, JavaScript |
response_type | string | file, base64string or url |
todo
todo
todo
todo
todo: description
POST /vector-image
Name | Type | Description |
---|---|---|
file_name | string | todo desc |
file_type | string | PDF/SVG/PS |
data | string | JavaScript string, SVG string, JSON string or XML string |
data_type | string | script, svg, json, xml |
response_type | string | file, base64string or url |
width | ??? | ??? |
height | ??? | ??? |
aspect-ratio | ??? | ??? |
background | ??? | ??? |
todo
todo
todo
todo
todo: description
POST /raster-image
Name | Type | Description |
---|---|---|
data | string | required JavaScript, SVG, JSON or XML |
data_type | string | required script, svg, json, xml |
file_name | string | todo desc |
file_type | string | PNG/JPG/TIFF |
response_type | string | file, base64string or url |
background | ??? | ??? |
border | ??? | ??? |
blur | ??? | ??? |
contrast | ??? | ??? |
crop | ??? | ??? |
frame | ??? | ??? |
gamma | ??? | ??? |
monochrome | ??? | ??? |
negative | ??? | ??? |
noize | ??? | ??? |
quality | ??? | ??? |
{
"file_name": "anychart.png",
"data": "var chart = anychart.pie(); chart.data([10, 20, 8, 5, 12, 9]); chart.container('container'); chart.draw();",
"data_type": "script",
"response_type": "file"
}
todo
HTTP/1.1 200 OK
Content-Type: image/png
todo
todo
todo: description
POST /data-file
Name | Type | Description |
---|---|---|
file_name | string | todo desc |
file_type | string | CSV/XLSX |
data | string | CSV string |
response_type | string | file, url |
todo
todo
todo
todo
Рассказываем как сетапить фонты
Рассказываем что делать в проблемных случаях
Рассказываем как у нас устроены тесты
© AnyChart.com - JavaScript charts. AnyChart Export Server released under the Apache 2.0 License.
FAQs
[](https://anychart.com)
The npm package anychart-export-server receives a total of 0 weekly downloads. As such, anychart-export-server popularity was classified as not popular.
We found that anychart-export-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.