4.8.115 • Published 1 year ago

@devtea2026/alias-esse-molestias-autem v4.8.115

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

@devtea2026/alias-esse-molestias-autem Version Badge

github actions coverage License Downloads

npm badge

Define a data property on an object. Will fall back to assignment in an engine without descriptors.

The three non* argument can also be passed null, which will use the existing state if available.

The loose argument will mean that if you attempt to set a non-normal data property, in an environment without descriptor support, it will fall back to normal assignment.

Usage

var defineDataProperty = require('@devtea2026/alias-esse-molestias-autem');
var assert = require('assert');

var obj = {};
defineDataProperty(obj, 'key', 'value');
defineDataProperty(
	obj,
	'key2',
	'value',
	true, // nonEnumerable, optional
	false, // nonWritable, optional
	true, // nonConfigurable, optional
	false // loose, optional
);

assert.deepEqual(
	Object.getOwnPropertyDescriptors(obj),
	{
		key: {
			configurable: true,
			enumerable: true,
			value: 'value',
			writable: true,
		},
		key2: {
			configurable: false,
			enumerable: false,
			value: 'value',
			writable: true,
		},
	}
);
URLSearchParamstestingrobustmapchineseregular expressiones-shimsrequestbundlingfind-uptypesafepredictableprotobuflastparsingformattingwordwrapclassnametimemime-dbfpssliceRegExp#flagsfunctionalArray.prototype.filterlengthnodebufferiterateredux-toolkitrestfulobjectBigInt64ArraybluebirdappString.prototype.matchAllwritablexhrratelimitES2015writeequalityYAMLinputflatcollection.es6directoryentriesprotowatchingnested cssasyncreal-timecommandtslibconsolewatchFileconfigInt16Arraycontainsgetoptiswatchwordbreaknegativeauthsyntaxerrordependenciesvalidmkdirsmove256sigintUint8ClampedArraytrimEndreact-testing-librarywgetwindowsmoduleincludesexestoragegatewayinternalmonorepoprivateparsedefaultomitcoreexecutabletermStreamESnextArray.prototype.flatfetchgroupByes2017sesemojiregularMapglobalsECMAScript 2021TypedArraygradients css3searchES8workflowstartergenericsreplayhttpcallboundexitJSON-SchemaboundtypestrimStartviewdiropenerponyfillES2023argvTypeBoxpreprocessormiddlewarestringifierless cssclassnameseslint-pluginrateyupreduxassignlaunchcodesECMAScript 5processObject.getPrototypeOfa11ywhatwgasciihookformloadbalancingURLes-shim APIsuperstructflagspackagechrometypanionrfc4122dayjsArray.prototype.includeshandlersfrombreaknegative zerologcollectiones7namessharedsidedatastructureassertbrowsertypedarrayUint16ArraySymbolbootstrap cssArray.prototype.containsconsumemetadataautoscalingbytevaluesObjectflagrgbbrowserslistvalidateendpointlook-uptoobjectWeakMapes2018astnumbermochaUint8ArraymkdireditorES2020routerrestObject.assigniemimeminimaleveryownphoneplugindaterecursivetyped arraylazygdprshebangreduceschemechannelECMAScript 2020es5jsdomexit-codejsonpathtaskObject.isconcatMaplistenersinvariantfindcloudfrontexpressFloat64ArrayterminalmatchesdataViewArrayBufferregexstateObject.keysprefixworkspace:*s3getOwnPropertyDescriptorenvtrimESenvironmentstddreactimportwarningdescriptorslanguagejestbootstrap lessfast-copysymboldomRxJSemrxdg-openeventsrandomredactfindLastIndexsnsES2019makepyyamlless mixinspropertyec2utilitycloudtraildescriptor$.extendlruclass-validatorstdlibglobelectronpiperangeerrorES2016passwordstylesheetCSSchromiumlintfluxmodulesdiffrm -frstreamfunctionsdefineelbhigher-orderupObject.valueswalkingquotetoSortedjshinttextObservableslivecurlwatcherajvpropertiesPromiseframeworkerrorkoreanpreserve-symlinksfullECMAScript 2017helpersuninstalluuidstringweakmapRegExp.prototype.flagscharacterstouchbuffersestreeconcurrencybatchfast-deep-cloneES3styleargumentscallbackreducerECMAScript 7findupregexpoutputFunction.prototype.nameArrayspeedstructuredCloneperformanceenvironmentmatchsimpledbfile systemprogressqueryformatcompareinspectthrottle_.extendcompilerdatamomenthashECMAScript 2023indicatorRFC-6455jspatchregular expressionsmapreducestylingaccessibilityES2018elasticacheBigUint64Arraybeanstalkfast-clonetelephonesetPrototypeOfdebugrmshimcryptoinferenceoperating-systempostcsshas-owncore-jsartcompile lessless compilerstyled-componentswebfindLastsymlinkopensoptimisttesterspinnerECMAScript 2015jsxhooksbundlersignalecmascriptserializationchilddebuggertoArrayreadshrinkwrapformeventEmitterfseventsnopeexecisConcatSpreadableiamextensiondeep-clonepromisesWebSocketoptimizerspinnersdeterministicshelllinkurlObject.fromEntries__proto__characterCSSStyleDeclarationbannerfilecolourArray.prototype.flattenjwtassertionguidECMAScript 2016glacieramazonloadingReactiveExtensionsformsparentswaitnativefull-widthes2016loggerduplexnpmpnpm9resolvetoStringTaggettereventDispatchertostringtagvariables in csstypeerrorcmdimmutableparentes-abstractconcatcachebindES5idarrayscjkJSONextendpropenderlibphonenumbercommand-lineinterruptssameValueZerotapetakelinewraputil.inspectfastvaluesqseast-asian-widthgrouptssymlinkssymbolsargumentwalkdynamodbl10ncolorreuseexpressiondefinePropertyreadableutilitiesspecmobileintrinsiciteratorrapidcloneECMAScript 2022pathkeysfixed-widthstringifyeslintconfigawsFloat32ArrayconnectcreateargparsecensorArray.prototype.findLastIndexSetlimitedAsyncIteratorinstallersharedarraybufferfast-deep-copyutilObject.definePropertymake dirwrapPushArrayBuffer#sliceconfigurableIteratorpushoptionlimites2015private datanodejsglobalpositiveassertsfigletwhichObject.entrieskeyUint32ArraycallbinddeepcloneprunecheckcssECMAScript 3validationform-validationenumerablepromisecolorshasOwnPropertycss variableInt8ArrayArray.prototype.flatMapdependency managersetImmediate
4.8.115

1 year ago

4.8.114

1 year ago

3.8.114

1 year ago

3.8.113

1 year ago

2.8.113

1 year ago

2.8.112

1 year ago

2.7.112

1 year ago

2.7.111

1 year ago

2.6.91

1 year ago

2.6.92

1 year ago

2.6.93

1 year ago

1.1.29

1 year ago

2.6.94

1 year ago

1.1.28

1 year ago

2.6.101

1 year ago

2.6.102

1 year ago

2.6.100

1 year ago

2.6.90

1 year ago

1.1.30

1 year ago

2.6.99

1 year ago

1.1.34

1 year ago

1.1.33

1 year ago

1.1.32

1 year ago

1.1.31

1 year ago

2.6.95

1 year ago

1.1.38

1 year ago

2.6.96

1 year ago

1.1.37

1 year ago

2.6.97

1 year ago

1.1.36

1 year ago

2.6.98

1 year ago

1.1.35

1 year ago

1.1.39

1 year ago

1.1.40

1 year ago

2.5.69

1 year ago

2.5.68

1 year ago

2.5.70

1 year ago

2.5.71

1 year ago

2.7.108

1 year ago

2.7.109

1 year ago

2.7.110

1 year ago

1.3.42

1 year ago

1.3.43

1 year ago

1.5.67

1 year ago

1.3.40

1 year ago

1.3.41

1 year ago

2.5.76

1 year ago

1.1.23

1 year ago

2.5.77

1 year ago

1.5.68

1 year ago

1.1.22

1 year ago

2.5.78

1 year ago

1.3.44

1 year ago

1.1.21

1 year ago

2.5.72

1 year ago

1.1.27

1 year ago

2.5.73

1 year ago

1.1.26

1 year ago

2.5.74

1 year ago

1.1.25

1 year ago

2.5.75

1 year ago

1.1.24

1 year ago

1.4.60

1 year ago

1.4.62

1 year ago

1.4.61

1 year ago

1.4.64

1 year ago

1.4.63

1 year ago

1.4.66

1 year ago

1.4.65

1 year ago

1.2.40

1 year ago

1.4.67

1 year ago

1.4.44

1 year ago

1.4.46

1 year ago

2.6.78

1 year ago

1.4.45

1 year ago

2.6.79

1 year ago

1.4.48

1 year ago

1.4.47

1 year ago

1.4.49

1 year ago

2.6.80

1 year ago

2.6.81

1 year ago

2.6.82

1 year ago

2.6.83

1 year ago

1.4.51

1 year ago

1.4.50

1 year ago

1.4.53

1 year ago

1.4.52

1 year ago

1.4.55

1 year ago

1.4.54

1 year ago

2.6.105

1 year ago

2.6.88

1 year ago

1.4.57

1 year ago

2.6.106

1 year ago

2.6.89

1 year ago

1.4.56

1 year ago

2.6.103

1 year ago

1.4.59

1 year ago

2.6.104

1 year ago

1.4.58

1 year ago

2.6.84

1 year ago

2.6.85

1 year ago

2.6.107

1 year ago

2.6.86

1 year ago

2.6.108

1 year ago

2.6.87

1 year ago

1.1.20

1 year ago

1.1.19

1 year ago

1.1.18

1 year ago

1.1.17

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.0.6

1 year ago