react-jhipster
Advanced tools
Comparing version 0.20.0 to 0.21.0
@@ -0,0 +0,0 @@ export * from './pagination/pagination'; |
@@ -22,6 +22,6 @@ "use strict"; | ||
*/ | ||
(0, tslib_1.__exportStar)(require("./pagination/pagination"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/item-count"), exports); | ||
(0, tslib_1.__exportStar)(require("./pagination/pagination-utils"), exports); | ||
(0, tslib_1.__exportStar)(require("./metrics"), exports); | ||
tslib_1.__exportStar(require("./pagination/pagination"), exports); | ||
tslib_1.__exportStar(require("./pagination/item-count"), exports); | ||
tslib_1.__exportStar(require("./pagination/pagination-utils"), exports); | ||
tslib_1.__exportStar(require("./metrics"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const formatter_1 = require("../../formatter"); | ||
@@ -8,0 +8,0 @@ const reactstrap_1 = require("reactstrap"); |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const formatter_1 = require("../../formatter"); | ||
@@ -8,0 +8,0 @@ const reactstrap_1 = require("reactstrap"); |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const formatter_1 = require("../../formatter"); | ||
@@ -8,0 +8,0 @@ const reactstrap_1 = require("reactstrap"); |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const formatter_1 = require("../../formatter"); | ||
@@ -8,0 +8,0 @@ const reactstrap_1 = require("reactstrap"); |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const formatter_1 = require("../../formatter"); | ||
@@ -8,0 +8,0 @@ const reactstrap_1 = require("reactstrap"); |
@@ -0,0 +0,0 @@ export * from './jvmMemory'; |
@@ -22,12 +22,12 @@ "use strict"; | ||
*/ | ||
(0, tslib_1.__exportStar)(require("./jvmMemory"), exports); | ||
(0, tslib_1.__exportStar)(require("./jvmThreads"), exports); | ||
(0, tslib_1.__exportStar)(require("./systemMetrics"), exports); | ||
(0, tslib_1.__exportStar)(require("./httpRequestMetrics"), exports); | ||
(0, tslib_1.__exportStar)(require("./endpointsRequestsMetrics"), exports); | ||
(0, tslib_1.__exportStar)(require("./cacheMetrics"), exports); | ||
(0, tslib_1.__exportStar)(require("./datasourceMetrics"), exports); | ||
(0, tslib_1.__exportStar)(require("./garbageCollectorMetrics"), exports); | ||
(0, tslib_1.__exportStar)(require("./thread-item"), exports); | ||
(0, tslib_1.__exportStar)(require("./threads-modal"), exports); | ||
tslib_1.__exportStar(require("./jvmMemory"), exports); | ||
tslib_1.__exportStar(require("./jvmThreads"), exports); | ||
tslib_1.__exportStar(require("./systemMetrics"), exports); | ||
tslib_1.__exportStar(require("./httpRequestMetrics"), exports); | ||
tslib_1.__exportStar(require("./endpointsRequestsMetrics"), exports); | ||
tslib_1.__exportStar(require("./cacheMetrics"), exports); | ||
tslib_1.__exportStar(require("./datasourceMetrics"), exports); | ||
tslib_1.__exportStar(require("./garbageCollectorMetrics"), exports); | ||
tslib_1.__exportStar(require("./thread-item"), exports); | ||
tslib_1.__exportStar(require("./threads-modal"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const formatter_1 = require("../../formatter"); | ||
@@ -8,0 +8,0 @@ const reactstrap_1 = require("reactstrap"); |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,6 +5,6 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const formatter_1 = require("../../formatter"); | ||
const reactstrap_1 = require("reactstrap"); | ||
const threads_modal_1 = (0, tslib_1.__importDefault)(require("./threads-modal")); | ||
const threads_modal_1 = tslib_1.__importDefault(require("./threads-modal")); | ||
class JvmThreads extends react_1.default.Component { | ||
@@ -11,0 +11,0 @@ constructor() { |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const formatter_1 = require("../../formatter"); | ||
@@ -8,0 +8,0 @@ const reactstrap_1 = require("reactstrap"); |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const reactstrap_1 = require("reactstrap"); | ||
@@ -8,0 +8,0 @@ class ThreadItem extends react_1.default.Component { |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,5 +5,5 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const reactstrap_1 = require("reactstrap"); | ||
const thread_item_1 = (0, tslib_1.__importDefault)(require("./thread-item")); | ||
const thread_item_1 = tslib_1.__importDefault(require("./thread-item")); | ||
class ThreadsModal extends react_1.default.Component { | ||
@@ -10,0 +10,0 @@ constructor() { |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -23,3 +23,3 @@ "use strict"; | ||
*/ | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const language_1 = require("../../language"); | ||
@@ -26,0 +26,0 @@ class JhiItemCount extends react_1.default.Component { |
@@ -0,0 +0,0 @@ export interface IPaginationBaseState { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const reactstrap_1 = require("reactstrap"); | ||
@@ -8,0 +8,0 @@ class JhiPagination extends react_1.default.Component { |
export * from './validated-form'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./validated-form"), exports); | ||
tslib_1.__exportStar(require("./validated-form"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -7,3 +7,3 @@ "use strict"; | ||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */ | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const react_2 = require("react"); | ||
@@ -25,3 +25,3 @@ const react_hook_form_1 = require("react-hook-form"); | ||
function ValidatedForm(_a) { | ||
var { defaultValues, children, onSubmit, mode } = _a, rest = (0, tslib_1.__rest)(_a, ["defaultValues", "children", "onSubmit", "mode"]); | ||
var { defaultValues, children, onSubmit, mode } = _a, rest = tslib_1.__rest(_a, ["defaultValues", "children", "onSubmit", "mode"]); | ||
const { handleSubmit, register, reset, setValue, formState: { errors, touchedFields, dirtyFields }, } = (0, react_hook_form_1.useForm)({ mode: mode || 'onTouched', defaultValues }); | ||
@@ -62,3 +62,3 @@ (0, react_2.useEffect)(() => { | ||
function ValidatedInput(_a) { | ||
var { name, id = name, register, error, isTouched, isDirty, validate, children, className, onChange, onBlur } = _a, attributes = (0, tslib_1.__rest)(_a, ["name", "id", "register", "error", "isTouched", "isDirty", "validate", "children", "className", "onChange", "onBlur"]); | ||
var { name, id = name, register, error, isTouched, isDirty, validate, children, className, onChange, onBlur } = _a, attributes = tslib_1.__rest(_a, ["name", "id", "register", "error", "isTouched", "isDirty", "validate", "children", "className", "onChange", "onBlur"]); | ||
if (!register) { | ||
@@ -92,3 +92,3 @@ return (react_1.default.createElement(reactstrap_1.Input, Object.assign({ name: name, id: id, className: className, onChange: onChange, onBlur: onBlur }, attributes), children)); | ||
function ValidatedField(_a) { | ||
var { children, name, id, disabled, className, check, row, col, tag, label, labelClass, labelHidden, inputClass, inputTag, hidden } = _a, attributes = (0, tslib_1.__rest)(_a, ["children", "name", "id", "disabled", "className", "check", "row", "col", "tag", "label", "labelClass", "labelHidden", "inputClass", "inputTag", "hidden"]); | ||
var { children, name, id, disabled, className, check, row, col, tag, label, labelClass, labelHidden, inputClass, inputTag, hidden } = _a, attributes = tslib_1.__rest(_a, ["children", "name", "id", "disabled", "className", "check", "row", "col", "tag", "label", "labelClass", "labelHidden", "inputClass", "inputTag", "hidden"]); | ||
const input = (react_1.default.createElement(ValidatedInput, Object.assign({ name: name, id: id, disabled: disabled, className: inputClass, hidden: hidden, tag: inputTag }, attributes), children)); | ||
@@ -114,3 +114,3 @@ const inputRow = row ? react_1.default.createElement(reactstrap_1.Col, Object.assign({}, col), input) : input; | ||
// will be ignored as type will always be `file` | ||
type, check } = _a, attributes = (0, tslib_1.__rest)(_a, ["name", "register", "setValue", "error", "isTouched", "isDirty", "validate", "children", "className", "onChange", "onBlur", "id", "disabled", "row", "col", "tag", "label", "labelClass", "labelHidden", "inputClass", "inputTag", "hidden", "defaultValue", "defaultContentType", "isImage", "imageStyle", "imageClassName", "clearBtn", "openActionLabel", "type", "check"]); | ||
type, check } = _a, attributes = tslib_1.__rest(_a, ["name", "register", "setValue", "error", "isTouched", "isDirty", "validate", "children", "className", "onChange", "onBlur", "id", "disabled", "row", "col", "tag", "label", "labelClass", "labelHidden", "inputClass", "inputTag", "hidden", "defaultValue", "defaultContentType", "isImage", "imageStyle", "imageClassName", "clearBtn", "openActionLabel", "type", "check"]); | ||
const [blob, setBlobData] = (0, react_2.useState)(defaultValue); | ||
@@ -117,0 +117,0 @@ const [blobContentType, setBlobContentType] = (0, react_2.useState)(defaultContentType); |
export * from './text-format'; |
@@ -22,3 +22,3 @@ "use strict"; | ||
*/ | ||
(0, tslib_1.__exportStar)(require("./text-format"), exports); | ||
tslib_1.__exportStar(require("./text-format"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -5,6 +5,6 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const numeral_1 = (0, tslib_1.__importDefault)(require("numeral")); | ||
const dayjs_1 = (0, tslib_1.__importDefault)(require("dayjs")); | ||
const translator_context_1 = (0, tslib_1.__importDefault)(require("../language/translator-context")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const numeral_1 = tslib_1.__importDefault(require("numeral")); | ||
const dayjs_1 = tslib_1.__importDefault(require("dayjs")); | ||
const translator_context_1 = tslib_1.__importDefault(require("../language/translator-context")); | ||
require("numeral/locales"); | ||
@@ -43,5 +43,5 @@ /** | ||
} | ||
return react_1.default.createElement("span", null, value); | ||
return react_1.default.createElement("span", null, value.toString()); | ||
}; | ||
exports.TextFormat = TextFormat; | ||
//# sourceMappingURL=text-format.js.map |
@@ -0,0 +0,0 @@ export * from './language'; |
@@ -22,8 +22,8 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./language"), exports); | ||
(0, tslib_1.__exportStar)(require("./util"), exports); | ||
(0, tslib_1.__exportStar)(require("./component"), exports); | ||
(0, tslib_1.__exportStar)(require("./form"), exports); | ||
(0, tslib_1.__exportStar)(require("./formatter"), exports); | ||
(0, tslib_1.__exportStar)(require("./type"), exports); | ||
tslib_1.__exportStar(require("./language"), exports); | ||
tslib_1.__exportStar(require("./util"), exports); | ||
tslib_1.__exportStar(require("./component"), exports); | ||
tslib_1.__exportStar(require("./form"), exports); | ||
tslib_1.__exportStar(require("./formatter"), exports); | ||
tslib_1.__exportStar(require("./type"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import Translate, { translate } from './translate'; |
@@ -5,7 +5,7 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const translate_1 = (0, tslib_1.__importStar)(require("./translate")); | ||
const translate_1 = tslib_1.__importStar(require("./translate")); | ||
exports.Translate = translate_1.default; | ||
Object.defineProperty(exports, "translate", { enumerable: true, get: function () { return translate_1.translate; } }); | ||
const translator_context_1 = (0, tslib_1.__importDefault)(require("./translator-context")); | ||
const translator_context_1 = tslib_1.__importDefault(require("./translator-context")); | ||
exports.TranslatorContext = translator_context_1.default; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -5,6 +5,6 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const react_1 = (0, tslib_1.__importDefault)(require("react")); | ||
const get_1 = (0, tslib_1.__importDefault)(require("lodash/get")); | ||
const sanitize_html_1 = (0, tslib_1.__importDefault)(require("sanitize-html")); | ||
const translator_context_1 = (0, tslib_1.__importDefault)(require("./translator-context")); | ||
const react_1 = tslib_1.__importDefault(require("react")); | ||
const get_1 = tslib_1.__importDefault(require("lodash/get")); | ||
const sanitize_html_1 = tslib_1.__importDefault(require("sanitize-html")); | ||
const translator_context_1 = tslib_1.__importDefault(require("./translator-context")); | ||
const REACT_ELEMENT = Symbol.for('react.element'); | ||
@@ -11,0 +11,0 @@ const isFlattenable = value => { |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
const merge_1 = (0, tslib_1.__importDefault)(require("lodash/merge")); | ||
const merge_1 = tslib_1.__importDefault(require("lodash/merge")); | ||
/** | ||
@@ -6,0 +6,0 @@ * Holder for translation content and locale |
export * from './redux-action.type'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./redux-action.type"), exports); | ||
tslib_1.__exportStar(require("./redux-action.type"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { AxiosPromise } from 'axios'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=redux-action.type.js.map |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './dom-utils'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dom-utils"), exports); | ||
(0, tslib_1.__exportStar)(require("./log-util"), exports); | ||
(0, tslib_1.__exportStar)(require("./promise-utils"), exports); | ||
(0, tslib_1.__exportStar)(require("./storage-util"), exports); | ||
(0, tslib_1.__exportStar)(require("./url-utils"), exports); | ||
(0, tslib_1.__exportStar)(require("./data-utils"), exports); | ||
(0, tslib_1.__exportStar)(require("./number-utils"), exports); | ||
tslib_1.__exportStar(require("./dom-utils"), exports); | ||
tslib_1.__exportStar(require("./log-util"), exports); | ||
tslib_1.__exportStar(require("./promise-utils"), exports); | ||
tslib_1.__exportStar(require("./storage-util"), exports); | ||
tslib_1.__exportStar(require("./url-utils"), exports); | ||
tslib_1.__exportStar(require("./data-utils"), exports); | ||
tslib_1.__exportStar(require("./number-utils"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ export declare type LogLevelType = 'info' | 'error' | 'warn' | 'debug' | 'off'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare const nanToZero: (input: number) => number; | ||
export declare function isEmpty(value: any): boolean; | ||
export declare function isNumber(value: any): boolean; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const enum StorageType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ |
@@ -37,6 +37,6 @@ { | ||
"dayjs": "^1.10.4", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-hook-form": "^7.6.8", | ||
"reactstrap": "^9.0.0" | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-hook-form": "^7.30.0", | ||
"reactstrap": "^9.0.3" | ||
}, | ||
@@ -56,13 +56,13 @@ "peerDependenciesMeta": { | ||
"@testing-library/jest-dom": "^5.12.0", | ||
"@testing-library/react": "^11.2.7", | ||
"@testing-library/react": "^13.1.1", | ||
"@types/jest": "^27.0.2", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react": "^18.0.5", | ||
"@types/react-dom": "^18.0.1", | ||
"@types/sanitize-html": "^2.3.1", | ||
"@types/webpack-env": "^1.16.3", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"@typescript-eslint/eslint-plugin": "^5.20.0", | ||
"@typescript-eslint/parser": "^5.20.0", | ||
"axios": "^0.21.1", | ||
"dayjs": "^1.10.4", | ||
"eslint": "^7.18.0", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -75,6 +75,6 @@ "eslint-plugin-react": "^7.22.0", | ||
"prettier": "^2.2.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-hook-form": "^7.6.8", | ||
"reactstrap": "^9.0.0", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-hook-form": "^7.30.0", | ||
"reactstrap": "^9.0.3", | ||
"redux": "^4.0.5", | ||
@@ -86,3 +86,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"lint-staged": { | ||
@@ -89,0 +89,0 @@ "*.{ts,tsx}": [ |
@@ -0,0 +0,0 @@ [![Logo][jhipster-image]][jhipster-url] |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ import { loadMoreDataWhenScrolled } from './pagination-utils'; |
@@ -0,0 +0,0 @@ import { getUrlParameter } from '../../util/url-utils'; |
export * from './validated-form'; |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ import Translate, { translate } from './translate'; |
@@ -0,0 +0,0 @@ import merge from 'lodash/merge'; |
export * from './redux-action.type'; |
@@ -0,0 +0,0 @@ import { AxiosPromise } from 'axios'; |
@@ -0,0 +0,0 @@ import { size, byteSize } from './index'; |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export * from './dom-utils'; |
@@ -0,0 +0,0 @@ export type LogLevelType = 'info' | 'error' | 'warn' | 'debug' | 'off'; |
@@ -0,0 +0,0 @@ import { isNumber } from './index'; |
@@ -0,0 +0,0 @@ export const nanToZero = (input: number) => (isNaN(input) ? 0 : input); |
@@ -0,0 +0,0 @@ import { isPromise } from './index'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export const enum StorageType { |
@@ -0,0 +0,0 @@ import { parseHeaderForLinks, getUrlParameter } from './index'; |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
335491
5783
1