Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ta-interaktiv/newsnet-api-flow-types

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ta-interaktiv/newsnet-api-flow-types - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.9.2](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.9.1...@ta-interaktiv/newsnet-api-flow-types@0.9.2) (2019-06-07)
**Note:** Version bump only for package @ta-interaktiv/newsnet-api-flow-types
## [0.9.1](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.9.0...@ta-interaktiv/newsnet-api-flow-types@0.9.1) (2019-05-02)

@@ -8,0 +12,0 @@

4

package.json
{
"name": "@ta-interaktiv/newsnet-api-flow-types",
"version": "0.9.1",
"version": "0.9.2",
"description": "Flow type definitions for stuff the Newsnet API returns.",

@@ -28,3 +28,3 @@ "main": "index.js",

"homepage": "https://gitlab.com/ta-interaktiv/packages/tree/master/packages/newsnet-api-flow-types",
"gitHead": "6ec82614871d40bc4e05d31a6f35c18fc4724d8c"
"gitHead": "76b62eba8ee3ed1059eb853b2a1f90da09e5d1e7"
}

@@ -16,4 +16,8 @@ # Newsnet API Flow Types

- [CacheInformation](#cacheinformation)
- [cache](#cache)
- [refresh](#refresh)
- [CacheInformation](#cacheinformation-1)
- [Properties](#properties-1)
- [cache](#cache-1)
- [refresh](#refresh-1)
- [DateString](#datestring)

@@ -24,4 +28,2 @@ - [BasicCommunity](#basiccommunity)

- [Properties](#properties-3)
- [cache](#cache)
- [refresh](#refresh)
- [External_Services](#external_services)

@@ -48,5 +50,5 @@ - [Properties](#properties-4)

- [Properties](#properties-11)
- [name_short](#name_short)
- [name](#name)
- [title](#title)
- [name_short](#name_short)
- [name](#name)
- [title](#title)
- [SiteContent](#sitecontent)

@@ -79,2 +81,14 @@ - [Site](#site)

#### cache
I guess this should be a boolean, but it is returned as a string
Type: (`"true"` \| `"false"`)
#### refresh
Date Object, in the form 'DD.MM.YYYY hh:mm:ss'
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
### CacheInformation

@@ -92,2 +106,14 @@

#### cache
I guess this should be a boolean, but it is returned as a string
Type: (`"true"` \| `"false"`)
#### refresh
Date Object, in the form 'DD.MM.YYYY hh:mm:ss'
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
### DateString

@@ -132,10 +158,2 @@

### cache
I guess this should be a boolean, but it is returned as a string
### refresh
Date Object, in the form 'DD.MM.YYYY hh:mm:ss'
### External_Services

@@ -303,5 +321,2 @@

- `external_services` **{statistics: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Statistic](#statistic)>, ads: any, paywall: [Paywall](#paywall)}**
- `external_services.statistics` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Statistic](#statistic)>**
- `external_services.ads` **any**
- `external_services.paywall` **[Paywall](#paywall)**
- `authors` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Author](#author)>**

@@ -329,14 +344,20 @@

### name_short
#### name_short
'TA' or 'B'
### name
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
#### name
Full name of publication
### title
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
#### title
Name with tag line
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
### SiteContent

@@ -343,0 +364,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc