1.0.0 • Published 1 year ago

@hoangcung1804npm/expedita-reprehenderit-vero v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@hoangcung1804npm/expedita-reprehenderit-vero Version Badge

github actions coverage License Downloads

npm badge

An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3

This package implements the es-shim API “multi” interface. It works in an ES3-supported environment and complies with the spec.

Because the Iterator.prototype methods depend on a receiver (the this value), the main export in each subdirectory takes the string to operate on as the first argument.

The main export of the package itself is simply an array of the available directory names. It’s sole intended use is for build tooling and testing.

If Uint8Array is not present, the shim functions and auto entrypoints will be a no-op.

Supported things

Getting started

npm install --save @hoangcung1804npm/expedita-reprehenderit-vero

Usage/Examples

const fromHex = require('@hoangcung1804npm/expedita-reprehenderit-vero/Uint8Array.fromHex');
const toHex = require('@hoangcung1804npm/expedita-reprehenderit-vero/Uint8Array.prototype.toHex');
const assert = require('assert');

const array = new Uint8Array([72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]);
const hex = '48656c6c6f20576f726c64';

assert.deepEqual(fromHex(hex), array);
assert.equal(toHex(array), hex);
require('./auto'); // shim all of the methods

require('./Uint8Array.fromHex/auto'); // shim the “fromHex” method

Tests

Simply clone the repo, npm install, and run npm test

ObservableES2016nested cssWebSocketrmdirtc39encryptionreadablespinnerinvariantentriessideRxdirFunction.prototype.nameUint32Arraypositivetimermoptionvaluessearchpreserve-symlinkscryptolook-upobjectbluebirdcore-jsworkersettertelephonemap0typeerrorratelimitproxylogwatchFilepasswordbreakhotebsjapaneseeventEmitteriteratorapibddES2021defineutilArray.prototype.flatMapimportexporti18nes2018UnderscoreexpresscallbackObjectpostcssArrayBuffer.prototype.slicevalidwatchingUint8ClampedArraysetPrototypeOfarrayasyncrequestwrapWeakSettapec2indicatorRxJStrimEndescapestylesboundYAMLArray.prototype.findLastwatchbindponyfillreact-testing-libraryeast-asian-widthObject.fromEntrieslengthstringifylessextenddom-testing-libraryreduceformatawesomesaucechannelroutingincludesconsumel10ngetoptelbshellsomeassertscheckFloat32ArraywhichidlecodestoStringTagReactiveExtensionsJSON-SchemastateObject.entrieswatcherlinewrapcurlkinesisbrowserslistintrinsicnodeless.jsfromless cssfoldervalidationwhatwgsortglacierassignESnextsnsremovees2016internalcloudsearchvestredux-toolkitreduxECMAScript 7byteOffsetbootstrap lessnodejsrequireieparseupSymbolforEachstreamObject.keysstylefile systemmatchesgetOwnPropertyDescriptor@@toStringTagsequencelooknegativecommanderobjmatchsqsa11yinworkspace:*prefixoptimizeruuidmodulesrobusttrimsetRFC-6455readObservablesclass-validatorcloneredirectsharedslotgradients cssdatetoArrayes-shim APIreactzodjsonpathauthdropidesruntimeECMAScript 5packagescorsdependency managerSetArrayjwteslintconfigspecwafcss-in-jsgroupPromiseconfigurabletypanionschemasyntaxerrorspinnerspromisetypeofsameValueZerorfc4122queueMicrotaskStyleSheetsetImmediates3Array.prototype.containselmmomentflattenlibphonenumber_.extendpropertiesfullwidthECMAScript 2015starterdeleteargsArrayBuffer#slicefastoptimisttoobjectnamejsonmovecontainshelperschineseprogressES2023inputkeyarktypeJSONECMAScript 2016pipeArray.prototype.includeseventsArray.prototype.findLastIndexconcurrencytoolsarraybufferStreamsequalityeventDispatchernumbergraphqlstatelessreact-hook-formdayjstypeddeep-copyjsdomweaksetstreamslistenersimmutablesafefindLastmixinsenumerableprettyefficientavacode pointsString.prototype.matchAllautoscalingformattingflatMaptypedataviewdefinePropertyfigletES5charactersfetchtraverseeveryvariables in cssRegExp#flagsES2017bcryptgetPrototypeOfsettingsprotocol-buffersownregexpawsTypeScriptwidthwritebuffersdotenvgetintrinsicmkdirserializetypescriptgradients css3iteratedescriptorsless mixinsPushexecairbnbargvviewmake dirmrufluxlesscssargumentaccessorequallastmkdirsiterationmapreducebeanstalksyntaxmatchAllloggerdiff$.extendcircularelectronBigUint64Arrayfastifycompile lesseslintpluginutilityECMAScript 6tddlockfilenopefseventsfileswfdeep-clonefunctionreact-hooksrangeerrorhashwgetlrufindECMAScript 2021characterclientmakecss lesselasticacheregularregular expressionsoncequoterm -rfpredictableES2019CSShasdescriptionthroateslint-pluginschemeeslintunicodesymlinkfast-clonecss variablerouteterminal256ES2018ecmascriptcolorsagentes5httpsmetadataprotobufes7accessibilityHyBiwritabledependenciesstoragegatewaysymbolargparseparentWeakMapgenericsgetkoreanpostcss-pluginvalidatejest-0ajvECMAScript 2018debugflagsqueryscheme-validationes8io-tsansies2015censor
1.0.0

1 year ago