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

@libj/pager

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libj/pager - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

1

dist/Pager.d.ts

@@ -9,2 +9,3 @@ import { PagerOptions, PagerRequest } from './types';

next(): Promise<T[]>;
undone(): boolean;
all(): Promise<T[]>;

@@ -11,0 +12,0 @@ /*** Private ***/

@@ -35,2 +35,3 @@ "use strict";

};
Pager.prototype.undone = function () { return !this.ended; };
Pager.prototype.all = function () {

@@ -37,0 +38,0 @@ var _this = this;

4

package.json
{
"name": "@libj/pager",
"version": "0.0.9",
"version": "0.1.0",
"description": "Abstract promise based pager",

@@ -25,3 +25,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>",

],
"gitHead": "63a12cd189e99a79ea5f41c13667f6e4110db442"
"gitHead": "bb756b79991b5d67da18d6466ee6e61f6c032b40"
}

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