File tree Expand file tree Collapse file tree 9 files changed +16
-9
lines changed
Expand file tree Collapse file tree 9 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1+ 2024-01-01T03:42:26.211Z
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ jobs:
102102
103103 # Send data to events server:
104104 - name : ' Post data'
105- # Pin action to full length commit SHA corresponding to v3.0.3:
106- uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
105+ # Pin action to full length commit SHA
106+ uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
107107 env :
108108 webhook_url : ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }}
109109 webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ jobs:
119119
120120 # Send data to events server:
121121 - name : ' Post data'
122- # Pin action to full length commit SHA corresponding to v3.0.3:
123- uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
122+ # Pin action to full length commit SHA
123+ uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
124124 env :
125125 webhook_url : ${{ secrets.STDLIB_COVERAGE_URL }}
126126 webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change 1818
1919# Files #
2020# ########
21+ CITATION.cff
2122CHANGELOG.md
2223CODE_OF_CONDUCT.md
2324CONTRIBUTING.md
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1515Frank Kovacs <fran70kk@gmail.com>
1616Harshita Kalani <harshitakalani02@gmail.com>
1717James Gelok <jdgelok@gmail.com>
18- Jaysukh Makvana <111515433+Jaysukh-409@users.noreply.github .com>
18+ Jaysukh Makvana <jaysukhmakvana2004@gmail .com>
1919Jithin KS <jithinks112@gmail.com>
2020Joey Reed <joeyrreed@gmail.com>
2121Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ See [LICENSE][stdlib-license].
205205
206206## Copyright
207207
208- Copyright © ; 2016-2023 . The Stdlib [ Authors] [ stdlib-authors ] .
208+ Copyright © ; 2016-2024 . The Stdlib [ Authors] [ stdlib-authors ] .
209209
210210</section >
211211
Original file line number Diff line number Diff line change 1+ # Security
2+
3+ > Policy for reporting security vulnerabilities.
4+
5+ See the security policy [ in the main project repository] ( https://github.com/stdlib-js/stdlib/security ) .
Original file line number Diff line number Diff line change 2020
2121// MODULES //
2222
23- var bench = require ( '@stdlib/bench' ) ;
23+ var bench = require ( '@stdlib/bench-harness ' ) ;
2424var randu = require ( '@stdlib/random-base-randu' ) ;
2525var isnan = require ( '@stdlib/math-base-assert-is-nan' ) ;
2626var pkg = require ( './../package.json' ) . name ;
Original file line number Diff line number Diff line change 4444 "@stdlib/string-format" : " ^0.1.1"
4545 },
4646 "devDependencies" : {
47- "@stdlib/bench" : " ^0.2.1" ,
4847 "@stdlib/math-base-assert-is-nan" : " ^0.1.1" ,
4948 "@stdlib/math-base-assert-is-negative-zero" : " ^0.1.1" ,
5049 "@stdlib/math-base-special-round" : " ^0.1.1" ,
5352 "@stdlib/utils-keys" : " ^0.1.0" ,
5453 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
5554 "istanbul" : " ^0.4.1" ,
56- "tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
55+ "tap-min" : " git+https://github.com/Planeshifter/tap-min.git" ,
56+ "@stdlib/bench-harness" : " ^0.1.2"
5757 },
5858 "engines" : {
5959 "node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments