react-responsive-pagination
Advanced tools
Comparing version 1.1.0 to 1.1.1-beta.1
# React Responsive Pagination Changelog | ||
## [1.1.1-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.0...v1.1.1-beta.1) (2020-10-20) | ||
### Bug Fixes | ||
* Package Bumps ([29409f3](https://github.com/jonelantha/react-responsive-pagination/commit/29409f3054067a4e4b9c6077e173b22090f5484b)) | ||
# [1.1.0](https://github.com/jonelantha/react-responsive-pagination/compare/v1.0.3...v1.1.0) (2020-07-13) | ||
@@ -4,0 +11,0 @@ |
@@ -28,3 +28,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -31,0 +31,0 @@ return result; |
@@ -28,3 +28,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -31,0 +31,0 @@ return result; |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createSkinItem = exports.BootstrapSkin = void 0; | ||
var BootstrapSkin_1 = require("./BootstrapSkin"); | ||
Object.defineProperty(exports, "BootstrapSkin", { enumerable: true, get: function () { return BootstrapSkin_1.default; } }); | ||
Object.defineProperty(exports, "BootstrapSkin", { enumerable: true, get: function () { return __importDefault(BootstrapSkin_1).default; } }); | ||
var createSkinItem_1 = require("./createSkinItem"); | ||
Object.defineProperty(exports, "createSkinItem", { enumerable: true, get: function () { return createSkinItem_1.createSkinItem; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createViewItem = exports.useView = void 0; | ||
var useView_1 = require("./useView"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "useView", { enumerable: true, get: function () { return useView_1.useView; } }); |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "react-responsive-pagination", | ||
"version": "1.1.0", | ||
"version": "1.1.1-beta.1", | ||
"description": "React component for responsive pagination", | ||
@@ -48,20 +48,20 @@ "author": "Jon Pollard", | ||
"@semantic-release/git": "^9.0.0", | ||
"@types/react": "^16.9.43", | ||
"@types/react": "^16.9.53", | ||
"@types/react-dom": "^16.9.8", | ||
"@typescript-eslint/eslint-plugin": "^3.6.1", | ||
"@typescript-eslint/parser": "^3.6.1", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.4.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-react-app": "^5.2.1", | ||
"eslint-plugin-flowtype": "^5.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-react": "^7.20.3", | ||
"eslint-plugin-react-hooks": "^4.0.8", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.1.2", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^17.1.1", | ||
"typescript": "^3.9.6" | ||
"semantic-release": "^17.2.1", | ||
"typescript": "^4.0.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138794
2957
2