Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa37597

Browse filesBrowse files
committed
Auto-generated commit
1 parent 1454539 commit aa37597
Copy full SHA for aa37597

File tree

5 files changed

+32
-15
lines changed
Filter options

5 files changed

+32
-15
lines changed

‎.github/.keepalive

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-03-01T01:04:15.306Z

‎.npmignore

Copy file name to clipboardExpand all lines: .npmignore
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ branches.md
2929
.postinstall.json
3030
Makefile
3131

32-
# Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
32+
# Ignore files to avoid compilation of native addon when installing package:
3333
binding.gyp
34+
include.gypi
3435

3536
# Directories #
3637
###############

‎CONTRIBUTORS

Copy file name to clipboardExpand all lines: CONTRIBUTORS
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
6+
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
57
Ali Salesi <ali_sal1381@yahoo.com>
68
Amit Jimiwal <amitjimiwal45@gmail.com>
79
Athan Reines <kgryte@gmail.com>
810
Brendan Graetz <bguiz@users.noreply.github.com>
911
Bruno Fenzl <brunofenzl@gmail.com>
12+
Chinmay J <86140365+JawHawk@users.noreply.github.com>
1013
Christopher Dambamuromo <chridam@gmail.com>
1114
Dan Rose <danoftheroses@gmail.com>
1215
Daniel Killenberger <daniel.killenberger@gmail.com>
1316
Dominik Moritz <domoritz@gmail.com>
1417
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1518
Frank Kovacs <fran70kk@gmail.com>
19+
GUNJ JOSHI <gunjjoshi8372@gmail.com>
20+
Golden <103646877+AuenKr@users.noreply.github.com>
1621
Harshita Kalani <harshitakalani02@gmail.com>
1722
James Gelok <jdgelok@gmail.com>
1823
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -21,21 +26,31 @@ Joey Reed <joeyrreed@gmail.com>
2126
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
2227
Joris Labie <joris.labie1@gmail.com>
2328
Justin Dennison <justin1dennison@gmail.com>
29+
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
30+
Khaldon <kahmd1444@gmail.com>
2431
Marcus Fantham <mfantham@users.noreply.github.com>
2532
Matt Cochrane <matthew.cochrane.eng@gmail.com>
33+
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
2634
Milan Raj <rajsite@users.noreply.github.com>
2735
Momtchil Momtchev <momtchil@momtchev.com>
2836
Naresh Jagadeesan <naresh.naresh000@gmail.com>
2937
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3038
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3139
Philipp Burckhardt <pburckhardt@outlook.com>
40+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3241
Pranav Goswami <goswami.4@iitj.ac.in>
42+
Praneki <97080887+PraneGIT@users.noreply.github.com>
43+
Pratik <97464067+Pratik772846@users.noreply.github.com>
3344
Ricky Reusser <rsreusser@gmail.com>
3445
Robert Gislason <gztown2216@yahoo.com>
3546
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
47+
Rutam <138517416+performant23@users.noreply.github.com>
3648
Ryan Seal <splrk@users.noreply.github.com>
3749
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
3850
Shraddheya Shendre <shendreshraddheya@gmail.com>
51+
Shubham <shubh622005@gmail.com>
52+
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
53+
Spandan Barve <114365550+marsian83@users.noreply.github.com>
3954
Stephannie Jiménez Gacha <steff456@hotmail.com>
4055
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
4156
orimiles5 <97595296+orimiles5@users.noreply.github.com>

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
198198
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-arraybuffer.svg
199199
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-arraybuffer
200200

201-
[test-image]: https://github.com/stdlib-js/assert-is-arraybuffer/actions/workflows/test.yml/badge.svg?branch=v0.2.1
202-
[test-url]: https://github.com/stdlib-js/assert-is-arraybuffer/actions/workflows/test.yml?query=branch:v0.2.1
201+
[test-image]: https://github.com/stdlib-js/assert-is-arraybuffer/actions/workflows/test.yml/badge.svg?branch=main
202+
[test-url]: https://github.com/stdlib-js/assert-is-arraybuffer/actions/workflows/test.yml?query=branch:main
203203

204204
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-arraybuffer/main.svg
205205
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-arraybuffer?branch=main

‎package.json

Copy file name to clipboardExpand all lines: package.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"@stdlib/utils-native-class": "^0.2.1"
4141
},
4242
"devDependencies": {
43-
"@stdlib/array-buffer": "^0.2.0",
44-
"@stdlib/array-float32": "^0.2.0",
45-
"@stdlib/array-float64": "^0.2.0",
46-
"@stdlib/array-int16": "^0.2.0",
47-
"@stdlib/array-int32": "^0.2.0",
48-
"@stdlib/array-int8": "^0.2.0",
49-
"@stdlib/array-uint16": "^0.2.0",
50-
"@stdlib/array-uint32": "^0.2.0",
51-
"@stdlib/array-uint8": "^0.2.0",
52-
"@stdlib/array-uint8c": "^0.2.0",
53-
"@stdlib/assert-is-boolean": "^0.2.0",
43+
"@stdlib/array-buffer": "^0.2.1",
44+
"@stdlib/array-float32": "^0.2.1",
45+
"@stdlib/array-float64": "^0.2.1",
46+
"@stdlib/array-int16": "^0.2.1",
47+
"@stdlib/array-int32": "^0.2.1",
48+
"@stdlib/array-int8": "^0.2.1",
49+
"@stdlib/array-uint16": "^0.2.1",
50+
"@stdlib/array-uint32": "^0.2.1",
51+
"@stdlib/array-uint8": "^0.2.1",
52+
"@stdlib/array-uint8c": "^0.2.1",
53+
"@stdlib/assert-is-boolean": "^0.2.1",
5454
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5555
"istanbul": "^0.4.1",
5656
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
57-
"@stdlib/bench-harness": "^0.2.0"
57+
"@stdlib/bench-harness": "^0.2.1"
5858
},
5959
"engines": {
6060
"node": ">=0.10.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.