New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pagination-generator

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pagination-generator - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

index.d.ts

@@ -1,2 +0,2 @@

export enum PaginationItemTypes {
export declare enum PaginationItemTypes {
Nav = "nav",

@@ -3,0 +3,0 @@ Num = "num",

"use strict";
export const PaginationItemTypes = (function (PaginationItemTypes) {
PaginationItemTypes["Nav"] = "nav";
PaginationItemTypes["Num"] = "num";
})({});
/**

@@ -4,0 +9,0 @@ * @type PaginationItem

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.paginationGenerate = factory());
})(this, (function () { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.paginationGenerate = {}));
})(this, (function (exports) { 'use strict';
const PaginationItemTypes = (function (PaginationItemTypes) {
PaginationItemTypes["Nav"] = "nav";
PaginationItemTypes["Num"] = "num";
})({});
/**

@@ -89,5 +94,8 @@ * @type PaginationItem

return paginationGenerator;
exports.PaginationItemTypes = PaginationItemTypes;
exports.default = paginationGenerator;
Object.defineProperty(exports, '__esModule', { value: true });
}));
//# sourceMappingURL=index.umd.js.map
{
"name": "pagination-generator",
"version": "1.0.6",
"version": "1.0.7",
"description": "pagination generator",

@@ -5,0 +5,0 @@ "main": "index.umd.js",

@@ -10,3 +10,4 @@ "use strict";

sourcemap: true,
exports: "named",
},
};

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