
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@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.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.