2.1.19 • Published 25 days ago

@devtea2026/hic-commodi-cupiditate-alias v2.1.19

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

@devtea2026/hic-commodi-cupiditate-alias Version Badge

github actions coverage License Downloads

npm badge

Object.defineProperty, but not IE 8's broken one.

Example

const assert = require('assert');

const $defineProperty = require('@devtea2026/hic-commodi-cupiditate-alias');

if ($defineProperty) {
    assert.equal($defineProperty, Object.defineProperty);
} else if (Object.defineProperty) {
    assert.equal($defineProperty, false, 'this is IE 8');
} else {
    assert.equal($defineProperty, false, 'this is an ES3 engine');
}

Tests

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

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.

2.1.19

25 days ago

2.1.18

26 days ago

2.0.17

28 days ago

2.1.17

27 days ago

2.0.16

29 days ago

2.0.15

30 days ago

2.0.14

1 month ago

2.0.13

1 month ago

2.0.12

1 month ago

2.0.11

1 month ago

2.0.10

1 month ago

2.0.9

1 month ago

2.0.8

1 month ago

2.0.7

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago