File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2024-01-01T03:13:40.781Z
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 @@ -181,7 +181,7 @@ See [LICENSE][stdlib-license].
181181
182182## Copyright
183183
184- Copyright & copy; 2016 - 2023 . The Stdlib [Authors][stdlib- authors].
184+ Copyright & copy; 2016 - 2024 . The Stdlib [Authors][stdlib- authors].
185185
186186< / section>
187187
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 isString = require ( '@stdlib/assert-is-string' ) . isPrimitive ;
2525var pkg = require ( './../package.json' ) . name ;
2626var toBinaryStringUint8 = require ( './../lib' ) ;
Original file line number Diff line number Diff line change 4343 "devDependencies" : {
4444 "@stdlib/array-uint8" : " ^0.1.1" ,
4545 "@stdlib/assert-is-string" : " ^0.1.1" ,
46- "@stdlib/bench" : " ^0.2.1" ,
4746 "@stdlib/constants-uint8-max" : " ^0.1.1" ,
4847 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
4948 "istanbul" : " ^0.4.1" ,
50- "tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
49+ "tap-min" : " git+https://github.com/Planeshifter/tap-min.git" ,
50+ "@stdlib/bench-harness" : " ^0.1.2"
5151 },
5252 "engines" : {
5353 "node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments