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.3 to 1.2.4

2

build/src/index.d.ts

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

Third-party dependencies may have their own licenses.
Dependencies may have their own licenses.
*/

@@ -24,0 +24,0 @@ export declare type ReportProgressFn = (yielded: number, estimatedTotal?: number) => any;

@@ -22,3 +22,3 @@ "use strict";

Third-party dependencies may have their own licenses.
Dependencies may have their own licenses.
*/

@@ -25,0 +25,0 @@ var __await = (this && this.__await) || function (v) { return this instanceof __await ? (this.v = v, this) : new __await(v); }

@@ -0,1 +1,19 @@

## [1.2.4](https://github.com/holvonix-open/paginate-generator/compare/v1.2.3...v1.2.4) (2019-08-10)
### 📖 Documentation
* clarify license ([fa422d4](https://github.com/holvonix-open/paginate-generator/commit/fa422d4))
### 🔧 Build / Continuous Integration
* switch to release-config-js ([ad8b057](https://github.com/holvonix-open/paginate-generator/commit/ad8b057))
### 🧦 Miscellaneous
* **ci:** build only master branch ([96a12de](https://github.com/holvonix-open/paginate-generator/commit/96a12de))
* **deps:** no automerge ([c0f87b6](https://github.com/holvonix-open/paginate-generator/commit/c0f87b6))
## [1.2.3](https://github.com/holvonix-open/paginate-generator/compare/v1.2.2...v1.2.3) (2019-08-01)

@@ -2,0 +20,0 @@

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

@@ -66,14 +66,6 @@ "repository": {

"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
"extends": "@holvonix-open/release-config-js"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@holvonix-open/release-config-js": "^1.0.3",
"@types/mocha": "^5.2.5",

@@ -85,3 +77,2 @@ "@types/node": "^12.6.1",

"nyc": "^14.1.1",
"semantic-release": "^15.13.19",
"ts-mocha": "^6.0.0",

@@ -88,0 +79,0 @@ "typescript": "~3.5.0"

@@ -58,4 +58,4 @@ # paginate-generator - An async generator facade for paginated APIs

Third-party dependencies may have their own licenses.
Dependencies may have their own licenses.
````

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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