Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@fluid-topics/public-api
Advanced tools
Convenient wrapper for Fluid Topics public APIs and models.
Using npm
npm install @fluid-topics/public-api
Using yarn
yarn add @fluid-topics/public-api
Using jsDelivr CDN
<script src="https://cdn.jsdelivr.net/npm/@fluid-topics/public-api/dist/fluidtopics.min.js"></script>
Using unpkg CDN
<script src="https://unpkg.com/@fluid-topics/public-api/dist/fluidtopics.min.js"></script>
import {
FluidTopicsApi,
FtMap
} from "@fluid-topics/public-api"
const api = new FluidTopicsApi("https://doc.fluidtopics.com", "my-ts-integration")
api.getMap("4R52zKZkt~kDZT3ZpoFNng")
.then((ftMap: FtMap) => console.log(ftMap))
ESM/CommonJS:
const {FluidTopicsApi} = require("@fluid-topics/public-api")
const api = new FluidTopicsApi("https://doc.fluidtopics.com", "my-js-integration")
api.getMap("4R52zKZkt~kDZT3ZpoFNng")
.then(ftMap => console.log(ftMap))
UMD/Browser:
const {FluidTopicsApi} = window.fluidtopics
const api = new FluidTopicsApi("https://doc.fluidtopics.com", "my-js-integration")
api.getMap("4R52zKZkt~kDZT3ZpoFNng")
.then(ftMap => console.log(ftMap))
{
title: 'Fluid Topics Release Notes v3.10',
lang: 'en-US',
id: '4R52zKZkt~kDZT3ZpoFNng',
originId: 'FT-3.10-public.ftmap',
baseId: 'FT-3.10-public.ftmap',
lastEdition: '2021-09-14',
lastPublication: '2021-09-14T10:29:12.308153',
clusterId: 'FT-3.10-public.ftmap',
editorialType: 'BOOK',
khubVersion: '3.10.12',
openMode: 'FLUIDTOPICS',
prettyUrl: '/go/FT/3.10/Release_Notes',
readerUrl: '/r/FT/3.10/Release_Notes',
rightsApiEndpoint: '/api/khub/maps/4R52zKZkt~kDZT3ZpoFNng/rights',
topicsApiEndpoint: '/api/khub/maps/4R52zKZkt~kDZT3ZpoFNng/topics',
attachmentsApiEndpoint: '/api/khub/maps/4R52zKZkt~kDZT3ZpoFNng/attachments',
metadata: [
{ key: 'Product', label: 'Product', values: [...] },
{ key: 'Version_FT', label: 'Version', values: [...] },
{ key: 'Category', label: 'Category', values: [...] },
{ key: 'audience', label: 'Audience', values: [...] },
{ key: 'FT_Version', label: 'Version', values: [...] }
]
}
FAQs
Fluid Topics Public API
The npm package @fluid-topics/public-api receives a total of 1,335 weekly downloads. As such, @fluid-topics/public-api popularity was classified as popular.
We found that @fluid-topics/public-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.