2.7.101 • Published 2 years ago

@erboladaiorg/rerum-cum v2.7.101

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

globalThis Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ECMAScript spec-compliant polyfill/shim for globalThis. Invoke its "shim" method to shim globalThis if it is unavailable.

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

Most common usage:

var globalThis = require('@erboladaiorg/rerum-cum')(); // returns native globalThis if compliant
	/* or */
var globalThis = require('@erboladaiorg/rerum-cum/polyfill')(); // returns native globalThis if compliant

Example

var assert = require('assert');

// the below function is not CSP-compliant, but reliably gets the
// global object in sloppy mode in every engine.
var getGlobal = Function('return this');

assert.equal(globalThis, getGlobal());
/* when `globalThis` is not present */
var shimmedGlobal = require('@erboladaiorg/rerum-cum').shim();
	/* or */
var shimmedGlobal = require('@erboladaiorg/rerum-cum/shim')();

assert.equal(shimmedGlobal, globalThis);
assert.equal(shimmedGlobal, getGlobal());
/* when `globalThis` is present */
var shimmedGlobal = require('@erboladaiorg/rerum-cum').shim();

assert.equal(shimmedGlobal, globalThis);
assert.equal(shimmedGlobal, getGlobal());

Tests

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

.envcode pointsexecnpmignoreCSSStyleDeclarationasteriskstoSortedTypeScripthas-ownjsdomjsinputignoreimmutableautoprefixerbundlerreduxECMAScript 5[[Prototype]]momentpositivesymlinksbyteeveryespreemoduleawstypedarrayprettygdpra11yTypedArrayObject.definePropertydayjsdebuggertraversekinesisobjectcensorES3iamqsentriescomputed-types-0Int16ArraymetadataES8matchesStreamhelpernodejsECMAScript 2022listenersSystem.globalmochaArray.prototype.findLastconsoleglobalThissortedeast-asian-widthistanbulajvcompareextrasimpledbTypeBox256pinozodmakewindowassertsuser-streamsdataoncebabeles6endpointxmlindicatorprefixes2015fnmatchgraphqlzerocheckarrayes8eventDispatchercoercibledynamodbglobal objectcodesrmebseffect-tstouchES2017shareddeepcopyoffsetobjeventsarraysiteratesqsupreduceaccessortestingclientcolumnsbannerstoragegatewayreadablestreamcharacterwhichelbreactES2016searchnodemonoreposuperstructReflect.getPrototypeOfcloudtrailObservablesdeepforkbeanstalkSetagentreal-timeelasticacheECMAScript 2016getintrinsicschemeecmascriptglobownpackage.jsontapecopybufferswaitthreepureinferencechildtransformincludescssfixed-widthconst$.extendconfigurabletrimObject.valueseslint-pluginECMAScript 3routeidentifierslocalsomedependency manageravagetterroutinginstallernumberECMAScript 2023classnameargumenttoobjecttslibvalidationfind-upES2023curlbrowserslistObservablenegative zerochromiumES2019picomatchemrrmdirconfigtyped arrayimmerrestfulexpressionsubprocessshelldeep-copyparserFloat32ArrayflatweaksetautoscalingkeysliceSymbolvarslocationArray.prototype.includesES2022global this valueswfregular expressionforEachCSStoStringTagminimalaccessibilityclass-validatorbindvaluestreamweakmapArrayUnderscorestringjsonschematypanionflatMaplibphonenumberiddefineInt32ArrayESnexttransportcall-bindajaxpromisestringifierECMAScript 2021css-in-jstranspilefetchcloudformationhttpsglobalponyfillObject.assignvalidatecommanderroutercloudsearchpackagesphonetelephonetypesafehashObject.entriespostcsstostringtagkarmaenvironmentsetPrototypeOfcacheastmruposeprotocol-buffersparsecloudwatchapollopreprocessordependencieskoreaneslintconfigES7cloneansiObject.keysgetoptpolyfillequalfastclonetypescriptlanguageunicodedateArray.prototype.flattencollectionpackage managerjasmineStyleSheetReactiveExtensionsqueuei18nMapcallboundformatrm -rfimportexportcolorstypederrorutilitiesbyteLengthboundUint8ArraySymbol.toStringTagpostcss-pluginpackagecircularglacierdragbundlingidledom-testing-libraryvpc
2.7.101

2 years ago

2.7.100

2 years ago

2.7.99

2 years ago

2.7.98

2 years ago

2.6.98

2 years ago

2.6.97

2 years ago

2.6.96

2 years ago

2.6.95

2 years ago

2.6.94

2 years ago

2.6.93

2 years ago

2.6.92

2 years ago

2.6.91

2 years ago

2.6.90

2 years ago

2.6.89

2 years ago

2.6.88

2 years ago

2.6.87

2 years ago

2.6.86

2 years ago

2.6.85

2 years ago

2.6.84

2 years ago

2.6.83

2 years ago

2.6.82

2 years ago

2.6.81

2 years ago

2.6.80

2 years ago

2.6.79

2 years ago

2.6.78

2 years ago

2.6.77

2 years ago

2.6.76

2 years ago

2.6.75

2 years ago

2.6.74

2 years ago

2.6.73

2 years ago

2.6.72

2 years ago

2.6.71

2 years ago

2.6.70

2 years ago

2.6.69

2 years ago

2.6.68

2 years ago

2.6.67

2 years ago

2.6.66

2 years ago

2.6.65

2 years ago

2.6.64

2 years ago

2.5.64

2 years ago

2.5.63

2 years ago

2.5.62

2 years ago

2.5.61

2 years ago

2.5.60

2 years ago

2.5.59

2 years ago

2.5.58

2 years ago

2.5.57

2 years ago

2.5.56

2 years ago

2.5.55

2 years ago

2.5.54

2 years ago

2.5.53

2 years ago

2.5.52

2 years ago

2.5.51

2 years ago

2.5.50

2 years ago

2.5.49

2 years ago

2.5.48

2 years ago

2.4.48

2 years ago

2.4.47

2 years ago

2.4.46

2 years ago

2.4.45

2 years ago

2.4.44

2 years ago

2.4.43

2 years ago

2.4.42

2 years ago

2.4.41

2 years ago

2.4.40

2 years ago

1.4.40

2 years ago

1.3.40

2 years ago

1.3.39

2 years ago

1.3.38

2 years ago

1.3.37

2 years ago

1.3.36

2 years ago

1.3.35

2 years ago

1.3.34

2 years ago

1.3.33

2 years ago

1.2.33

2 years ago

1.2.32

2 years ago

1.2.31

2 years ago

1.2.30

2 years ago

1.2.29

2 years ago

1.2.28

2 years ago

1.2.27

2 years ago

1.2.26

2 years ago

1.2.25

2 years ago

1.2.24

2 years ago

1.2.23

2 years ago

1.2.22

2 years ago

1.2.21

2 years ago

1.2.20

2 years ago

1.2.19

2 years ago

1.2.18

2 years ago

1.2.17

2 years ago

1.2.16

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago