10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46eb00 commit 0512852Copy full SHA for 0512852
.github/.keepalive
.github/workflows/benchmark.yml
@@ -46,8 +46,8 @@ jobs:
46
47
# Install Node.js:
48
- name: 'Install Node.js'
49
- # Pin action to full length commit SHA corresponding to v3.8.1
50
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
+ # Pin action to full length commit SHA
+ uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
51
with:
52
node-version: 20
53
timeout-minutes: 5
.github/workflows/cancel.yml
@@ -44,8 +44,8 @@ jobs:
44
45
# Cancel existing workflow runs:
- name: 'Cancel existing workflow runs'
- # Pin action to full length commit SHA corresponding to v0.11.0
- uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5
+ uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # v0.12.1
workflow_id: >-
benchmark.yml,
.github/workflows/examples.yml
.github/workflows/npm_downloads.yml
@@ -51,8 +51,8 @@ jobs:
54
55
56
57
58
.github/workflows/productionize.yml
@@ -68,8 +68,8 @@ jobs:
68
69
70
71
72
73
74
75
@@ -143,8 +143,8 @@ jobs:
143
144
145
if: ${{ github.event.inputs.require-passing-tests == 'true' }}
146
147
148
149
150
@@ -256,8 +256,8 @@ jobs:
256
257
258
259
260
261
262
263
@@ -283,7 +283,7 @@ jobs:
283
find ./deno -type f -name '*.md' -print0 | xargs -0 sed -Ei "/\/tree\/main/b; /^\[@stdlib[^:]+: https:\/\/github.com\/stdlib-js\// s/(.*)/\\1\/tree\/deno/";
284
285
# Replace reference to `@stdlib/types` with CDN link:
286
- find ./deno -type f -name '*.ts' -print0 | xargs -0 sed -Ei "s/\/\/\/ <reference types=\"@stdlib\/types\"\/>/\/\/\/ <reference types=\"https:\/\/cdn.jsdelivr.net\/gh\/stdlib-js\/types@main\/index.d.ts\"\/>/g"
+ find ./deno -type f -name '*.ts' -print0 | xargs -0 -r sed -Ei "s/\/\/\/ <reference types=\"@stdlib\/types\"\/>/\/\/\/ <reference types=\"https:\/\/cdn.jsdelivr.net\/gh\/stdlib-js\/types@main\/index.d.ts\"\/>/g"
287
288
# Change wording of project description to avoid reference to JavaScript and Node.js:
289
find ./deno -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/a standard library for JavaScript and Node.js, /a standard library /g"
@@ -424,8 +424,8 @@ jobs:
424
425
# Install Node.js
426
427
428
429
430
431
@@ -606,8 +606,8 @@ jobs:
606
607
608
609
610
611
612
613
@@ -634,7 +634,7 @@ jobs:
634
find ./esm -type f -name '*.md' -print0 | xargs -0 sed -Ei "/\/tree\/main/b; /^\[@stdlib[^:]+: https:\/\/github.com\/stdlib-js\// s/(.*)/\\1\/tree\/esm/";
635
636
# Replace reference to `@stdlib/types` with esm link:
637
- find ./esm -type f -name '*.ts' -print0 | xargs -0 sed -Ei "s/\/\/\/ <reference types=\"@stdlib\/types\"\/>/\/\/\/ <reference types=\"https:\/\/cdn.jsdelivr.net\/gh\/stdlib-js\/types@esm\/index.d.ts\"\/>/g"
+ find ./esm -type f -name '*.ts' -print0 | xargs -0 -r sed -Ei "s/\/\/\/ <reference types=\"@stdlib\/types\"\/>/\/\/\/ <reference types=\"https:\/\/cdn.jsdelivr.net\/gh\/stdlib-js\/types@esm\/index.d.ts\"\/>/g"
638
639
640
find ./esm -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/a standard library for JavaScript and Node.js, /a standard library /g"
.github/workflows/publish.yml
@@ -66,8 +66,8 @@ jobs:
66
67
@@ -207,8 +207,8 @@ jobs:
207
208
# Publish package to npm:
209
- name: 'Publish package to npm'
210
- # Pin action to full length commit SHA corresponding to v2.2.2
211
- uses: JS-DevTools/npm-publish@fe72237be0920f7a0cafd6a966c9b929c9466e9b
+ uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
212
213
token: ${{ secrets.NPM_TOKEN }}
214
access: public
@@ -242,8 +242,8 @@ jobs:
242
243
# Cancel any running or queued workflow runs:
244
- name: 'Cancel running or queued workflow runs'
245
246
247
248
249
.github/workflows/test.yml
@@ -63,8 +63,8 @@ jobs:
63
64
65
.github/workflows/test_bundles.yml
@@ -56,8 +56,8 @@ jobs:
59
60
61
62
@@ -123,8 +123,8 @@ jobs:
123
124
125
126
127
128
129
130
.github/workflows/test_coverage.yml
@@ -41,6 +41,10 @@ jobs:
41
# Define the type of virtual host machine on which to run the job:
42
runs-on: ubuntu-latest
43
+ # Define environment variables:
+ env:
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
+
# Define the sequence of job steps...
steps:
@@ -51,8 +55,8 @@ jobs:
@@ -79,8 +83,8 @@ jobs:
79
83
# Upload coverage report to Codecov:
80
84
- name: 'Upload coverage to Codecov'
81
85
id: upload
82
- # Pin action to full length commit SHA corresponding to v3.1.4
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
86
87
+ uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
88
89
directory: reports/coverage
90
flags: unittests
.github/workflows/test_install.yml
README.md
@@ -374,8 +374,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
374
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-to-view-iterator.svg
375
[npm-url]: https://npmjs.org/package/@stdlib/array-to-view-iterator
376
377
-[test-image]: https://github.com/stdlib-js/array-to-view-iterator/actions/workflows/test.yml/badge.svg?branch=main
378
-[test-url]: https://github.com/stdlib-js/array-to-view-iterator/actions/workflows/test.yml?query=branch:main
+[test-image]: https://github.com/stdlib-js/array-to-view-iterator/actions/workflows/test.yml/badge.svg?branch=v0.2.0
+[test-url]: https://github.com/stdlib-js/array-to-view-iterator/actions/workflows/test.yml?query=branch:v0.2.0
379
380
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-to-view-iterator/main.svg
381
[coverage-url]: https://codecov.io/github/stdlib-js/array-to-view-iterator?branch=main
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stdlib/array-to-view-iterator",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Create an iterator from an array-like object view.",
5
"license": "Apache-2.0",
6
"author": {
@@ -37,30 +37,30 @@
37
"url": "https://github.com/stdlib-js/stdlib/issues"
38
},
39
"dependencies": {
40
- "@stdlib/array-base-accessor-getter": "^0.1.0",
- "@stdlib/array-base-assert-is-accessor-array": "^0.1.0",
- "@stdlib/array-base-getter": "^0.1.0",
- "@stdlib/array-dtype": "^0.1.0",
- "@stdlib/assert-is-collection": "^0.1.0",
- "@stdlib/assert-is-function": "^0.1.1",
- "@stdlib/assert-is-integer": "^0.1.0",
- "@stdlib/string-format": "^0.1.1",
- "@stdlib/symbol-iterator": "^0.1.1",
- "@stdlib/types": "^0.2.0",
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
+ "@stdlib/array-base-accessor-getter": "^0.2.0",
+ "@stdlib/array-base-assert-is-accessor-array": "^0.2.0",
+ "@stdlib/array-base-getter": "^0.2.0",
+ "@stdlib/array-dtype": "^0.2.0",
+ "@stdlib/assert-is-collection": "^0.2.0",
+ "@stdlib/assert-is-function": "^0.2.0",
+ "@stdlib/assert-is-integer": "^0.2.0",
+ "@stdlib/string-format": "^0.2.0",
+ "@stdlib/symbol-iterator": "^0.2.0",
+ "@stdlib/types": "^0.3.1",
+ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0"
"devDependencies": {
- "@stdlib/array-float64": "^0.1.1",
- "@stdlib/assert-is-iterator-like": "^0.1.1",
- "@stdlib/math-base-assert-is-nan": "^0.1.1",
+ "@stdlib/array-float64": "^0.2.0",
+ "@stdlib/assert-is-iterator-like": "^0.2.0",
+ "@stdlib/math-base-assert-is-nan": "^0.2.0",
"@stdlib/random-base-randu": "^0.1.0",
- "@stdlib/utils-inmap": "^0.1.0",
- "@stdlib/utils-noop": "^0.1.1",
+ "@stdlib/utils-inmap": "^0.2.0",
+ "@stdlib/utils-noop": "^0.2.0",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
- "@stdlib/bench-harness": "^0.1.2"
+ "@stdlib/bench-harness": "^0.2.0"
"engines": {
"node": ">=0.10.0",