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:13:40.781Z
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ jobs:
102
102
103
103
# Send data to events server:
104
104
- 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
107
107
env :
108
108
webhook_url : ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }}
109
109
webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ jobs:
119
119
120
120
# Send data to events server:
121
121
- 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
124
124
env :
125
125
webhook_url : ${{ secrets.STDLIB_COVERAGE_URL }}
126
126
webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change 18
18
19
19
# Files #
20
20
# ########
21
+ CITATION.cff
21
22
CHANGELOG.md
22
23
CODE_OF_CONDUCT.md
23
24
CONTRIBUTING.md
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
15
15
Frank Kovacs <fran70kk@gmail.com>
16
16
Harshita Kalani <harshitakalani02@gmail.com>
17
17
James Gelok <jdgelok@gmail.com>
18
- Jaysukh Makvana <111515433+Jaysukh-409@users.noreply.github .com>
18
+ Jaysukh Makvana <jaysukhmakvana2004@gmail .com>
19
19
Jithin KS <jithinks112@gmail.com>
20
20
Joey Reed <joeyrreed@gmail.com>
21
21
Jordan 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].
181
181
182
182
## Copyright
183
183
184
- Copyright & copy; 2016 - 2023 . The Stdlib [Authors][stdlib- authors].
184
+ Copyright & copy; 2016 - 2024 . The Stdlib [Authors][stdlib- authors].
185
185
186
186
< / section>
187
187
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 20
20
21
21
// MODULES //
22
22
23
- var bench = require ( '@stdlib/bench' ) ;
23
+ var bench = require ( '@stdlib/bench-harness ' ) ;
24
24
var isString = require ( '@stdlib/assert-is-string' ) . isPrimitive ;
25
25
var pkg = require ( './../package.json' ) . name ;
26
26
var toBinaryStringUint8 = require ( './../lib' ) ;
Original file line number Diff line number Diff line change 43
43
"devDependencies" : {
44
44
"@stdlib/array-uint8" : " ^0.1.1" ,
45
45
"@stdlib/assert-is-string" : " ^0.1.1" ,
46
- "@stdlib/bench" : " ^0.2.1" ,
47
46
"@stdlib/constants-uint8-max" : " ^0.1.1" ,
48
47
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
49
48
"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"
51
51
},
52
52
"engines" : {
53
53
"node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments