2.2.12 • Published 4 days ago

@hishprorg/unde-vitae-reprehenderit v2.2.12

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

@hishprorg/unde-vitae-reprehenderit

A support package for web developer.

language npm version license gzip file size npm download npm download jsdelivr download

Documentation

To view documentation or get support, visit docs.

Example

To view some examples for more understanding, visit examples:

str2aes and aes2str: ex-str2aes-aes2str.html [source code]

timeTZ2expire and timeTZ2past: ex-timeTZ2expire-timeTZ2past.html [source code]

color converter: ex-colorConverter.html [source code]

blob2b64: ex-blob2b64.html [source code]

domTooltip: ex-domTooltip.html [source code]

domShowImages: ex-domShowImages.html [source code]

domShowImagesDyndynamic import: ex-domShowImagesDyn.html [source code]

domConvertToPic: ex-domConvertToPic.html [source code]

domConvertToPicDyndynamic import: ex-domConvertToPicDyn.html [source code]

domRenderMarkdownMind: ex-domRenderMarkdownMind.html [source code]

domRenderMarkdownMindDyndynamic import: ex-domRenderMarkdownMindDyn.html [source code]

domCompareText: ex-domCompareText.html [source code]

domCompareTextDyndynamic import: ex-domCompareTextDyn.html [source code]

domScrollIntoView: ex-domScrollIntoView.html [source code]

domScrollTo: ex-domScrollTo.html [source code]

domShowInputAndGetFiles: ex-domShowInputAndGetFiles.html [source code]

domDropFiles: ex-domDropFiles.html [source code]

domDrag: ex-domDrag.html [source code]

domIsVisible: ex-domIsVisible.html [source code]

domRipple: ex-domRipple.html [source code]

strFindFuzz: ex-strFindFuzz.html [source code]

strFindFuzzDyndynamic import: ex-strFindFuzzDyn.html [source code]

obj2u8arr & u8arr2obj: ex-obj2u8arr-u8arr2obj.html [source code]

getUserAgent: ex-getUserAgent.html [source code]

getUserAgentDyndynamic import: ex-getUserAgentDyn.html [source code]

xss: ex-clearXSS.html [source code]

openlink: ex-openLink.html [source code]

xlsx: ex-xlsx.html [source code]

xlsxdynamic import: ex-xlsxDyn [source code]

html2pic: ex-html2pic.html [source code]

html2picDyndynamic import: ex-html2picDyn.html [source code]

html2str: ex-html2str.html [source code]

html2strDyndynamic import: ex-html2strDyn.html [source code]

execPyodide: ex-execPyodide.html [source code]

execPyodideDyndynamic import: ex-execPyodideDyn.html [source code]

ocr: ex-ocr.html [source code]

ocrDyndynamic import: ex-ocrDyn.html [source code]

Installation

Using npm(ES6 module):

Note: @hishprorg/unde-vitae-reprehenderit is mainly dependent on lodash-es, eventemitter3, crypto-js, chokidar, dayjs, diff, fuse.js, decimal.js,ua-parser-js, xss, xlsx, tippy.js, htmlparser, tesseract.js and pyodide.

npm i @hishprorg/unde-vitae-reprehenderit

In a browser(UMD module):

Note: umd file includes with lodash-es, crypto-js and tippy.js.

Optional Add script with nomodule for IE11.

<script nomodule src="https://cdn.jsdelivr.net/npm/@babel/polyfill@7.12.1/dist/polyfill.min.js"></script>

Optional Add script for dayjs(or moment).

Note: Include script when using some function of time. If include moment, need set moment to window.dayjs (ex: window.dayjs = moment), and put it before include script for @hishprorg/unde-vitae-reprehenderit.umd.js.

<script src="https://cdn.jsdelivr.net/npm/dayjs@1.11.10/dayjs.min.js"></script>

or

<script src="https://cdn.jsdelivr.net/npm/moment@2.29.1/moment.min.js"></script>
<script>
  window.dayjs = moment
</script>

Optional Add script for fuse.js.

Note: Include script when using strFindFuzz function, and don't include script when using strFindFuzzDyn function.

<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.6.2/dist/fuse.min.js"></script>

Optional Add script for ua-parser-js.

Note: Include script when using getUserAgent function, and don't include script when using getUserAgentDyn function.

<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.34/dist/ua-parser.min.js"></script>

Optional Add script for xss.

Note: Include script when using clearXSS function.

<script src="https://cdn.jsdelivr.net/npm/xss@1.0.14/dist/xss.min.js"></script>

Optional Add script for xlsx.

Note: Include script when using downloadExcelFileFromData or getDataFromExcelFileU8Arr function, and don't include script when using downloadExcelFileFromDataDyn or getDataFromExcelFileU8ArrDyn function.

<script src="https://cdn.jsdelivr.net/npm/xlsx@0.18.5/dist/xlsx.full.min.js"></script>

Optional Add link and script for viewerjs.

Note: Include script when using domShowImages function, and don't include script when using domShowImagesDyn function.

<link href="https://cdn.jsdelivr.net/npm/viewerjs@1.11.5/dist/viewer.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/viewerjs@1.11.5/dist/viewer.min.js"></script>

Optional Add script for html2canvas.

Note: Include script when using html2pic function, and don't include script when using html2picDyn function. Use canvg with nomodule for IE11.

<script nomodule src="https://cdn.jsdelivr.net/npm/canvg@4.0.0/lib/umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/html2canvas@1.4.1/dist/html2canvas.min.js"></script>

Optional Add script for html-to-image. It does not support IE11.

Note: Include script when using domConvertToPic function, and don't include script when using domConvertToPicDyn function. html-to-image does not support IE11 and Safari.

<script src="https://cdn.jsdelivr.net/npm/html-to-image@1.11.11/dist/html-to-image.js"></script>

Optional Add script for markmap. It does not support IE11.

Note: Include script when using domRenderMarkdownMind function, and don't include script when using domRenderMarkdownMindDyn function. markmap does not support IE11 and Safari.

<script src="https://cdn.jsdelivr.net/npm/d3@7.8.3/dist/d3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/markmap-view@0.14.4/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/markmap-lib@0.14.4/dist/browser/index.min.js"></script>

Optional Add link and script for diff2html. It does not support IE11.

Note: Include script when using domCompareText function, and don't include script when using domCompareTextDyn function.

<link href="https://cdn.jsdelivr.net/npm/diff2html@3.4.34/bundles/css/diff2html.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/diff2html@3.4.34/bundles/js/diff2html.min.js"></script>

Optional Add script for htmlparser.

Note: Include script when using html2str function, and don't include script when using html2strDyn function.

<script src="https://cdn.jsdelivr.net/npm/htmlparser@1.7.7/lib/htmlparser.min.js"></script>

Optional Add script for pyodide. It does not support IE11.

Note: Include script when using execPyodide function, and don't include script when using execPyodideDyn function.

<script src="https://cdn.jsdelivr.net/pyodide/v0.23.4/full/pyodide.js"></script>

Optional Add script for tesseract.js. It does not support IE11.

Note: Include script when using ocr function, and don't include script when using ocrDyn function.

<script src="https://cdn.jsdelivr.net/npm/tesseract.js@4.1.2/dist/tesseract.min.js"></script>

Necessary Add script for @hishprorg/unde-vitae-reprehenderit.

<script src="https://cdn.jsdelivr.net/npm/@hishprorg/unde-vitae-reprehenderit@1.7.49/dist/@hishprorg/unde-vitae-reprehenderit.umd.js"></script>
privategetPrototypeOftimecolumnforEachastcolorsquotebusycompile lesscodesObject.valuesECMAScript 5collectionworkflowcompilerqsdataViewformattingglobfindLastIndexelasticacheoptimizersymbolsURLSearchParamscoerciblemovecacheistoArraysetstatelocationwriteisConcatSpreadablepromisesreact-hook-formmodulefullgenericsflag$.extendmimeinjwtflatECMAScript 2016ECMAScript 6mkdirstrimLeftcolorObject.assignES8ES2018wafgdprvestjsdommiddlewareclassesmrufastifyendpointgradients css3ECMAScript 2018typeerrorworkercommand-linelengthcss nestingcall-boundindicatorwalkstructuredClonekeyscircularfolderweaksetconsoleassertdotenvunicodetypedcloudwatchagentBigInt64ArrayroutingonceObject.entriesoptimistchannelwalkingArray.prototype.findLastIndexcompareRxthrottleJSON-Schemamonorepomapequalstableprivate dataentries.envamazontypeofcryptchinesettyArrayBuffer.prototype.slicesharedarraybufferes-shimsmatchAllYAMLrm -rffast-clonecloudtrailnpmbyteOffsetredacttoStringTagless csstoolsprotocol-bufferswatcherloggingenvmixinsbddchromerandompushWeakMaplimithigher-orderObject.definePropertyfilekoreanreduxaccessibilityregexpECMAScript 7jsdiffESduplexquerystringreal-timeswfexpressionpropertyObservablescheckequalityimportbufferio-tswordwrapReactiveExtensionssuperstructpersistentless.jscallbindredux-toolkitregular expressionexpressString.prototype.trimecmascriptBigUint64ArrayeveryWebSocketsymlinksObject.keyswhatwgpatchroute53Observableeslint-pluginreact-hooksdatastructureECMAScript 2019ReactiveXapifixed-widthnegativewordbreakbannerbundlingsymbolmkdirpformsassertssameValueZeromochadebugwatchinghasjsxpackage managerpositive[[Prototype]]fast-copystylingponyfillpropavaexeces8trimStartFloat64Arraycomputed-typestypedarraysObject.fromEntrieswatchkeydeterministicajvtypanionCSSStyleDeclarationcss lessextensionfunctionECMAScript 2015stylesheetMapcore-jsremovespecsuperagentschemekarmaassertionES2016SymboldeepclonemetadataqueueMicrotaskvpcwhichenderlanguageInt8ArrayjQueryeslintautoprefixertostringtagpackage.jsons3replayhooksobjectArray.prototype.includescollection.es6matchuuidspeedsorthttpbluebirdguidhotelmfindLastbcryptreducerjasmineruntimeemitflattenargumentes-abstractutilitiescloudsearchWeakSetmkdir0slotpolyfilljoitypedarrayrdsbytesetPrototypeOfArray.prototype.filterauthenticationRxJSreuseprogressroutetrimEndWebSocketsdate@@toStringTagiterationclientsearchlooktoSortedrangeerrorcharacterUnderscoreObject.isSymbol.toStringTagnativesideless compilersesnopechaicolourinputpropertiesmomentdeep-cloneeslintplugintextcharactersArrayBuffer#slicesettingshttpsescallbackprettyredirectpicomatchpreserve-symlinkskinesistraversesharedslicerm -frawesomesauceobjemrdynamodbrequirereducewebstartertsargvgroupByargparsesyntaxerrorwatchFileloggerECMAScript 2020airbnbes2015formatstdlibcallboundUint32Arraythroatdayjsajaxsetterjapanesedataeast-asian-widthsafebatchstreamsqueuezerogetpipeyupArray.prototype.flatawstapbrowserslistES2017intrinsicclass-validatorgetoptlimitedelbfast-deep-copyes2018internalec2concatrgbstringtypescriptES2022nodedirectoryproxyoptionrequeststatelessArray.prototype.findLastartshebangECMAScript 2022linkconfigurableeventDispatchersymlinkdeepcopyminimallivexhrIteratorJSONchromiumflatMapRegExp.prototype.flagsidlesequencetestingschemacss variableebsES2021Uint8ArraywidthmergelistenersstreamStyleSheetvalidationvariablesbeanstalkterminalhasOwnPropertysortedmimetypesPromisecorsES3hardlinksstylestslibnamesES5emojistylehashxtermphonevalidconfigratelimittouchbundlerasyncviewjsonStreamsarraysuptypesafeinstallfullwidthES7curlwarningArray.prototype.containsjavascriptgradients cssbindvariables in cssespreesyntaxiamregular expressionsescapees2017HyBiECMAScript 3domvaluepackagesfseventsvalidatedebuggeraccessorinstallercommandoffsetconcurrencybootstrap cssObjectbootstrap lesspasswordfluxPushutil.inspectdroplook-upi18nFloat32Arraycolumnsreactloadbalancingquerydependency managerstyleguidepnpm9consumenameUint8ClampedArrayparserjsonpathworkspace:*Uint16ArrayECMAScript 2023shellregexprunereadautoscalingAsyncIteratormapreducenumberloadinglastfull-widthdefinees5Reflect.getPrototypeOfprotoshamlazyscheme-validationsqsmakefastclonewritableextraflagscallimmerserializationfsinternal slottc39zodfpsboundtakereadablestreames2016rfc4122helperstyped arraycopyperformantSetECMAScript 2017pathtermless-0URLhas-owndescriptorwgetstringifyprotobufformconnectcss-in-jslesscssvisualinferencecjktypesdataviewbrowserlistarrayspinnersutilitydescriptorsmobilefind-upnegative zerofinddeep-copydescriptionapollomatchesbuffersloga11yArrayBufferassignplugincensorlibphonenumberfile systemclassnamesetImmediateCSSbreakjesttoobjectefficientperformancecoreTypeScriptserializedom-testing-libraryrm256groupweakmapresolveES2019estreefastcopyfetchreact-testing-librarycall-bindfindupfromargstelephonearktypeinspectenumerabletypeencryptioncode pointsfunctionalstyled-componentscloudfrontrmdireventEmitterdependenciesframeworkrateInt32Arraycontainstestparentsomeclonerapidmake dirMicrosoftoutputpreprocessormulti-packageclassnamesTypeBoxgetintrinsicregularless mixinsECMAScript 2021form-validationTypedArrayansiparsenodejsES2023clieventsfast-deep-cloneArray.prototype.flattenidArray.prototype.flatMapnested cssfilteromitgettertapecreatebyteLengthshrinkwrapiereadableasciipostcsscloudformationRFC-6455prefixcommandersimpledbauthurlelectronES6deletetrimeslintconfigerrorInt16Arraylintjsparentspackageincludes_.extendRegExp#flagsgraphqlfunctionsdefinePropertyinvariantimmutableconcatMaptrimRightmime-dbpromisesns
@hishprorg/eum-nihil-maiores@hishprorg/alias-a-unde@hishprorg/alias-maiores-saepe@hishprorg/blanditiis-tenetur-impedit@hishprorg/atque-occaecati-laborum@hishprorg/alias-quia-occaecati@hishprorg/autem-sint-quas@hishprorg/est-qui-aperiam@hishprorg/et-dicta-cum@hishprorg/et-pariatur-a@hishprorg/ex-tempora-libero@hishprorg/expedita-quo-accusamus@hishprorg/expedita-ut-iste@hishprorg/mollitia-suscipit-voluptatem@hishprorg/minima-illum-culpa@hishprorg/laborum-occaecati-itaque@hishprorg/laudantium-ea-possimus@hishprorg/libero-fuga-quo@hishprorg/magnam-laborum-occaecati@hishprorg/minima-laborum-asperiores@hishprorg/natus-placeat-repellat@hishprorg/necessitatibus-minus-quos@hishprorg/nesciunt-labore-numquam@hishprorg/nihil-ad-ratione@hishprorg/numquam-facere-sunt@hishprorg/nisi-dicta-dolorum@hishprorg/non-provident-consectetur@hishprorg/odit-nobis-ipsam@hishprorg/omnis-delectus-similique@hishprorg/natus-eligendi-consequuntur@hishprorg/nam-molestiae-ducimus@hishprorg/porro-enim-vel@hishprorg/praesentium-tempora-labore@hishprorg/perferendis-impedit-possimus@hishprorg/quas-animi-quam@hishprorg/quaerat-natus-cumque@hishprorg/porro-animi-eius@hishprorg/quas-quia-pariatur@hishprorg/quia-aspernatur-quae@hishprorg/sed-nihil-iusto@hishprorg/sed-quod-necessitatibus@hishprorg/ratione-impedit-maxime@hishprorg/recusandae-omnis-quia@hishprorg/rerum-perferendis-qui@hishprorg/quas-mollitia-vel@hishprorg/deserunt-sequi-ex@hishprorg/commodi-distinctio-alias@hishprorg/deleniti-id-quam@hishprorg/deserunt-velit-quod@hishprorg/deserunt-voluptas-expedita@hishprorg/cupiditate-quaerat-qui@hishprorg/iste-eveniet-praesentium@hishprorg/ipsa-consectetur-minima@hishprorg/itaque-aliquid-repudiandae@hishprorg/ipsa-similique-explicabo@hishprorg/ut-nam-modi@hishprorg/voluptatibus-fugiat-incidunt@hishprorg/dicta-sed-eius@hishprorg/dignissimos-recusandae-exercitationem@hishprorg/eos-enim-voluptate@hishprorg/dolorum-commodi-architecto@hishprorg/earum-dolores-a@hishprorg/eos-itaque-libero@hishprorg/fugiat-accusamus-laboriosam@hishprorg/fugiat-libero-itaque@hishprorg/illum-veritatis-nisi@hishprorg/incidunt-dolorum-magni@hishprorg/incidunt-quibusdam-tempore@hishprorg/fuga-sit-corrupti@hishprorg/hic-repellendus-hic@hishprorg/illum-animi-minus@hishprorg/illum-qui-eaque@hishprorg/facilis-quia-repellat@hishprorg/tenetur-enim-suscipit@hishprorg/sequi-cumque-deleniti@hishprorg/sequi-inventore-labore@hishprorg/tempora-quaerat-debitis@hishprorg/tempore-dolor-ut@hishprorg/soluta-harum-ipsam
2.2.12

4 days ago

1.2.9

8 days ago

1.2.12

5 days ago

1.2.10

7 days ago

1.2.11

6 days ago

1.2.8

9 days ago

1.1.8

10 days ago

1.1.7

11 days ago

1.1.6

12 days ago

1.1.5

13 days ago

1.1.4

14 days ago

1.0.4

15 days ago

1.0.3

16 days ago

1.0.2

17 days ago

1.0.1

18 days ago

1.0.0

19 days ago