File tree Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ 2024-01-01T00:51:06.603Z
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 @@ -223,7 +223,7 @@ See [LICENSE][stdlib-license].
223
223
224
224
## Copyright
225
225
226
- Copyright © ; 2016-2023 . The Stdlib [ Authors] [ stdlib-authors ] .
226
+ Copyright © ; 2016-2024 . The Stdlib [ Authors] [ stdlib-authors ] .
227
227
228
228
</section >
229
229
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 uniform = require ( '@stdlib/random-array-uniform' ) ;
25
25
var isnan = require ( '@stdlib/math-base-assert-is-nan' ) ;
26
26
var pow = require ( '@stdlib/math-base-special-pow' ) ;
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 uniform = require ( '@stdlib/random-array-uniform' ) ;
25
25
var isnan = require ( '@stdlib/math-base-assert-is-nan' ) ;
26
26
var pow = require ( '@stdlib/math-base-special-pow' ) ;
Original file line number Diff line number Diff line change 42
42
},
43
43
"devDependencies" : {
44
44
"@stdlib/array-float64" : " ^0.1.1" ,
45
- "@stdlib/bench" : " ^0.2.1" ,
46
45
"@stdlib/math-base-assert-is-nan" : " ^0.1.1" ,
47
46
"@stdlib/math-base-special-pow" : " ^0.1.0" ,
48
47
"@stdlib/random-array-discrete-uniform" : " ^0.1.0" ,
49
48
"@stdlib/random-array-uniform" : " ^0.1.0" ,
50
49
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
51
50
"istanbul" : " ^0.4.1" ,
52
- "tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
51
+ "tap-min" : " git+https://github.com/Planeshifter/tap-min.git" ,
52
+ "@stdlib/bench-harness" : " ^0.1.2"
53
53
},
54
54
"engines" : {
55
55
"node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments