
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@pogodoc/sdk
Advanced tools
The Pogodoc Typescript SDK enables developers to seamlessly generate documents and manage templates using Pogodoc’s API.
To install the Typescript SDK, just execute the following command
$ npm install @pogodoc/sdk
To use the SDK you will need an API key which can be obtained from the Pogodoc Dashboard
import { PogodocClient } from "@pogodoc/sdk";
async function main() {
const client = new PogodocClient({
token: "YOUR-POGODOC-API-TOKEN",
});
const response = await client.generateDocument({
templateId: "your-template-id",
data: { name: "John Doe" },
renderConfig: {
type: "html",
target: "pdf",
formatOpts: {
fromPage: 1,
},
},
});
console.log("Generated document url: \n", response.output?.data.url);
}
main();
MIT License
FAQs
Pogodoc SDK for TypeScript
The npm package @pogodoc/sdk receives a total of 52 weekly downloads. As such, @pogodoc/sdk popularity was classified as not popular.
We found that @pogodoc/sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.