Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
1
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.1.0 to 0.1.1

14

CHANGELOG.md

@@ -0,1 +1,15 @@

<a name="0.1.1"></a>
## [0.1.1](https://gitlab.com/ta-interaktiv/newsnet-api-flow-types/compare/0.1.0...0.1.1) (2017-08-09)
### Feature
* Added lead properties to type definition. ([1f0fba47a56face07fad836367f76b75143582b9](https://gitlab.com/ta-interaktiv/newsnet-api-flow-types/commit/1f0fba47a56face07fad836367f76b75143582b9))
### Fix
* Changed NPM scripts to refer to actually existing scripts. ([add69f9657bc1d3b2fa40cbb2b162ac102c9fef6](https://gitlab.com/ta-interaktiv/newsnet-api-flow-types/commit/add69f9657bc1d3b2fa40cbb2b162ac102c9fef6))
<a name="0.1.0"></a>

@@ -2,0 +16,0 @@ # 0.1.0 (2017-08-09)

8

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

@@ -9,5 +9,5 @@ "main": "index.js",

"docs": "documentation readme ./src --section=API",
"version:patch": "npm version patch && yarn run generate-docs && yarn run changelog && git commit -am 'Patch Version bump, changelog and documentation update.' && yarn run git-tag",
"version:minor": "npm version minor && yarn run generate-docs && yarn run changelog && git commit -am 'Minor Version bump, changelog and documentation update.' && yarn run git-tag",
"version:major": "npm version major && yarn run generate-docs && yarn run changelog && git commit -am 'Major Version bump, changelog and documentation update.' && yarn run git-tag",
"version:patch": "npm version patch && yarn run docs && yarn run changelog && git commit -am 'Patch Version bump, changelog and documentation update.' && yarn run git-tag",
"version:minor": "npm version minor && yarn run docs && yarn run changelog && git commit -am 'Minor Version bump, changelog and documentation update.' && yarn run git-tag",
"version:major": "npm version major && yarn run docs && yarn run changelog && git commit -am 'Major Version bump, changelog and documentation update.' && yarn run git-tag",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s",

@@ -14,0 +14,0 @@ "git-tag": "PACKAGE_VERSION=$(node -p \"require('./package.json').version\") && git tag -a $PACKAGE_VERSION -m 'New version ${PACKAGE_VERSION}'"

@@ -17,3 +17,3 @@ # Newsnet API Flow Types

Type: {id: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), legacy_id: [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number), title: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), title_short: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), picture_small_url: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), picture_medium_url: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), timestamp_updated_at: [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number), first_published_at: [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number), external_services: {statistics: [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[Statistic](#statistic)>, ads: any, paywall: any}, authors: [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[Author](#author)>}
Type: {id: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), legacy_id: [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number), title: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), title_short: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), picture_small_url: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), picture_medium_url: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), picture_big_url: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), lead: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), lead_short: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), lead_teaser: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), timestamp_updated_at: [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number), first_published_at: [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number), external_services: {statistics: [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[Statistic](#statistic)>, ads: any, paywall: any}, authors: [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[Author](#author)>}

@@ -28,2 +28,6 @@ **Properties**

- `picture_medium_url` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)**
- `picture_big_url` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)**
- `lead` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)**
- `lead_short` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)**
- `lead_teaser` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)**
- `timestamp_updated_at` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)**

@@ -83,4 +87,4 @@ - `first_published_at` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)**

the changelog using the last commit messages since the last version tag using
```bash
```bash
yarn run changelog

@@ -87,0 +91,0 @@ ```

@@ -19,2 +19,6 @@ // @flow

picture_medium_url: string,
picture_big_url: string,
lead: string,
lead_short: string,
lead_teaser: string,
timestamp_updated_at: number,

@@ -21,0 +25,0 @@ first_published_at: number,

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