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

paginate-generator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paginate-generator - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

build/src/index.d.ts

@@ -28,3 +28,3 @@ /*!

estimatedTotal?: number;
}>, token?: U, maxCount?: number, reportProgressFn?: ReportProgressFn): AsyncIterableIterator<T>;
}>, token?: U, maxCount?: number, reportProgressFn?: ReportProgressFn): AsyncGenerator<T, void, undefined>;
export declare function all<T>(a: AsyncIterableIterator<T>): Promise<T[]>;

@@ -31,0 +31,0 @@ export interface ItemOrError<T> {

@@ -0,1 +1,25 @@

## [1.2.6](https://github.com/holvonix-open/paginate-generator/compare/v1.2.5...v1.2.6) (2019-08-28)
### 🐛 Bug Fixes
* **deps-dev:** bump typescript from 3.5.3 to 3.6.2 ([#21](https://github.com/holvonix-open/paginate-generator/issues/21)) ([a192b5d](https://github.com/holvonix-open/paginate-generator/commit/a192b5d))
### 📖 Documentation
* delete legacy bug template ([b97dddd](https://github.com/holvonix-open/paginate-generator/commit/b97dddd))
### 🧦 Miscellaneous
* **deps-dev:** bump @holvonix-open/release-config-js ([3a8c05b](https://github.com/holvonix-open/paginate-generator/commit/3a8c05b))
* **deps-dev:** bump @holvonix-open/release-config-js ([192b00e](https://github.com/holvonix-open/paginate-generator/commit/192b00e))
* **deps-dev:** bump @holvonix-open/release-config-js ([#15](https://github.com/holvonix-open/paginate-generator/issues/15)) ([ce72899](https://github.com/holvonix-open/paginate-generator/commit/ce72899))
* Merge pull request #17 from holvonix-open/dependabot/npm_and_yarn/holvonix-open/release-config-js-1.0.7 ([a116045](https://github.com/holvonix-open/paginate-generator/commit/a116045)), closes [#17](https://github.com/holvonix-open/paginate-generator/issues/17)
* stale settings ([c382c0f](https://github.com/holvonix-open/paginate-generator/commit/c382c0f))
* **deps-dev:** bump @holvonix-open/release-config-js ([#18](https://github.com/holvonix-open/paginate-generator/issues/18)) ([0262461](https://github.com/holvonix-open/paginate-generator/commit/0262461))
* **deps-dev:** bump @holvonix-open/release-config-js ([#20](https://github.com/holvonix-open/paginate-generator/issues/20)) ([2bd5f8e](https://github.com/holvonix-open/paginate-generator/commit/2bd5f8e))
* **deps-dev:** bump @types/node from 12.6.8 to 12.7.1 ([#14](https://github.com/holvonix-open/paginate-generator/issues/14)) ([7adfbc1](https://github.com/holvonix-open/paginate-generator/commit/7adfbc1))
## [1.2.5](https://github.com/holvonix-open/paginate-generator/compare/v1.2.4...v1.2.5) (2019-08-10)

@@ -2,0 +26,0 @@

{
"name": "paginate-generator",
"version": "1.2.5",
"version": "1.2.6",
"description": "An async generator facade for paginated APIs",

@@ -77,4 +77,4 @@ "repository": {

"ts-mocha": "^6.0.0",
"typescript": "~3.5.0"
"typescript": "~3.6.2"
}
}
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