
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
TypeScript wrapper for the Fiken API v2.
npm install fiken.js
import Fiken from 'fiken.js';
const client = new Fiken({
apiKey: process.env.FIKEN_API_KEY as string,
companySlug: 'my-company-slug',
});
const companies = await client.getCompanies();
const accounts = await client.getAccounts({ page: 1, pageSize: 50 });
const invoices = await client.getInvoices({ page: 1, pageSize: 50 });
npm install
npm run check
npm run build
npm run lint - eslint for src/**/*.tsnpm run typecheck - TypeScript compile checksnpm run test - Jest testsnpm run build - build distributable packagenpm run check - typecheck + lint + testFAQs
TypeScript wrapper for the [Fiken API v2](https://api.fiken.no/api/v2/docs/).
The npm package fiken.js receives a total of 96 weekly downloads. As such, fiken.js popularity was classified as not popular.
We found that fiken.js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

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.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.