Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
@ta-interaktiv/newsnet-api-flow-types
Advanced tools
Flow type definitions for stuff the Newsnet API returns.
Flow typing for the stuff the Newsnet API produces.
Author object, being part of /api/articles/<legacy_id>
Type: {type: string, id: string, name: string, description: string?, url: string, picture: string?, twitter: string?, rss: string}
Properties
type
stringid
stringname
stringdescription
string?url
stringpicture
string?twitter
string?rss
stringThe available types of communities so far.
Type: ("dark"
| "facebook"
| "twitter"
| "whatsapp"
| "share"
| "comment"
)
Date string, of the form "dd.MM.YYYY HH:mm:SS".
Type: string
Community object, used for providing social media information.
Type: {type: CommunityType, count: number, article_id: string, refresh: DateString, cache: (string | boolean), share_type_id: string, url: string?, description: string?, name: string?, title: string?, description: string?, facebook_id: string?, via: string?, allow_comments_weekdays: boolean?, allow_comments_weekends: boolean?, comment_count_text: string?}
Properties
type
CommunityTypecount
numberarticle_id
stringrefresh
DateStringcache
(string | boolean)share_type_id
stringurl
string?description
string?name
string?title
string?description
string?facebook_id
string?via
string?allow_comments_weekdays
boolean?allow_comments_weekends
boolean?comment_count_text
string?Community list, as provided by /api/articles/<legacy_id>/communities
Type: {communities: Array<Community>}
Properties
External services combines several meta data about an article.
Provided by /api/articles/<legacy_id>/external_services
Type: {configs: any, paywall: any, ads: any, statistics: Array<Statistic>, communities: Array<Community>}
Properties
Basic statistic object.
Part of /api/articles/<legacy_id>
and
/api/articles/<legacy_id>/external_services
.
Type: {provider: ("wemf"
| "webseismo"
| "gtm"
), type: string}
Properties
provider
("wemf"
| "webseismo"
| "gtm"
)type
stringThe article type, as provided by the Newsnet API.
Provided by /api/articles/<legacy_id>
Type: {article: ArticleContent}
Properties
article
ArticleContentThe contents of an article. The API wraps these contents below an
article
key.
Type: {id: string, legacy_id: number, title: string, title_short: string, picture_small_url: string, picture_medium_url: string, picture_big_url: string, lead: string, lead_short: string, lead_teaser: string, timestamp_updated_at: number, first_published_at: number, external_services: {statistics: Array<Statistic>, ads: any, paywall: any}, authors: Array<Author>}
Properties
id
stringlegacy_id
numbertitle
stringtitle_short
stringpicture_small_url
stringpicture_medium_url
stringpicture_big_url
stringlead
stringlead_short
stringlead_teaser
stringtimestamp_updated_at
numberfirst_published_at
numberexternal_services
{statistics: Array<Statistic>, ads: any, paywall: any}external_services.statistics
Array<Statistic>external_services.ads
anyexternal_services.paywall
anyauthors
Array<Author>General information about the site.
Provided by /api/sites/default
Type: {site: SiteContent}
Properties
site
SiteContentCommon information about the site.
Type: {id: string, name_short: string, name: string, title: string, language: string, feedback_url: string, facebook_id: string, facebook_url: string, twitter_via: string, gtm_id: string, paywall_status: number, statistics: Array<Statistic>, external_services: {statistics: Array<Statistic>}}
Properties
id
stringname_short
stringname
stringtitle
stringlanguage
stringfeedback_url
stringfacebook_id
stringfacebook_url
stringtwitter_via
stringgtm_id
stringpaywall_status
numberstatistics
Array<Statistic>external_services
{statistics: Array<Statistic>}external_services.statistics
Array<Statistic>Changes should go into the changelog. The format is based on Keep a Changelog and this project adheres to Semantic Versioning. Update the changelog using the last commit messages since the last version tag using
yarn run changelog
Update the Readme with the current API using
yarn run docs
FAQs
Flow type definitions for stuff the Newsnet API returns.
The npm package @ta-interaktiv/newsnet-api-flow-types receives a total of 0 weekly downloads. As such, @ta-interaktiv/newsnet-api-flow-types popularity was classified as not popular.
We found that @ta-interaktiv/newsnet-api-flow-types demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.