@stdlib/number-float64-base-to-uint32 0.1.1 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2023 The Stdlib Authors.
1
+ Copyright (c) 2016-2024 The Stdlib Authors.
package/README.md CHANGED
@@ -118,6 +118,12 @@ for ( i = 0; i < 500; i++ ) {
118
118
 
119
119
  <section class="related">
120
120
 
121
+ * * *
122
+
123
+ ## See Also
124
+
125
+ - <span class="package-name">[`@stdlib/number-float64/base/to-int32`][@stdlib/number/float64/base/to-int32]</span><span class="delimiter">: </span><span class="description">convert a double-precision floating-point number to a signed 32-bit integer.</span>
126
+
121
127
  </section>
122
128
 
123
129
  <!-- /.related -->
@@ -148,7 +154,7 @@ See [LICENSE][stdlib-license].
148
154
 
149
155
  ## Copyright
150
156
 
151
- Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
157
+ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
152
158
 
153
159
  </section>
154
160
 
@@ -161,8 +167,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
161
167
  [npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-to-uint32.svg
162
168
  [npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-to-uint32
163
169
 
164
- [test-image]: https://github.com/stdlib-js/number-float64-base-to-uint32/actions/workflows/test.yml/badge.svg?branch=v0.1.1
165
- [test-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/actions/workflows/test.yml?query=branch:v0.1.1
170
+ [test-image]: https://github.com/stdlib-js/number-float64-base-to-uint32/actions/workflows/test.yml/badge.svg?branch=v0.2.1
171
+ [test-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/actions/workflows/test.yml?query=branch:v0.2.1
166
172
 
167
173
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-to-uint32/main.svg
168
174
  [coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-to-uint32?branch=main
@@ -185,14 +191,23 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
185
191
  [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
186
192
 
187
193
  [deno-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/tree/deno
194
+ [deno-readme]: https://github.com/stdlib-js/number-float64-base-to-uint32/blob/deno/README.md
188
195
  [umd-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/tree/umd
196
+ [umd-readme]: https://github.com/stdlib-js/number-float64-base-to-uint32/blob/umd/README.md
189
197
  [esm-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/tree/esm
198
+ [esm-readme]: https://github.com/stdlib-js/number-float64-base-to-uint32/blob/esm/README.md
190
199
  [branches-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/blob/main/branches.md
191
200
 
192
201
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/number-float64-base-to-uint32/main/LICENSE
193
202
 
194
203
  [ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
195
204
 
205
+ <!-- <related-links> -->
206
+
207
+ [@stdlib/number/float64/base/to-int32]: https://www.npmjs.com/package/@stdlib/number-float64-base-to-int32
208
+
209
+ <!-- </related-links> -->
210
+
196
211
  </section>
197
212
 
198
213
  <!-- /.links -->
package/SECURITY.md ADDED
@@ -0,0 +1,5 @@
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/number-float64-base-to-uint32",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "description": "Convert a double-precision floating-point number to an unsigned 32-bit integer.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -15,19 +15,12 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
- "benchmark": "./benchmark",
19
18
  "doc": "./docs",
20
- "example": "./examples",
21
19
  "lib": "./lib",
22
- "test": "./test"
20
+ "dist": "./dist"
23
21
  },
24
22
  "types": "./docs/types",
25
- "scripts": {
26
- "test": "make test",
27
- "test-cov": "make test-cov",
28
- "examples": "make examples",
29
- "benchmark": "make benchmark"
30
- },
23
+ "scripts": {},
31
24
  "homepage": "https://stdlib.io",
32
25
  "repository": {
33
26
  "type": "git",
@@ -37,19 +30,7 @@
37
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
38
31
  },
39
32
  "dependencies": {},
40
- "devDependencies": {
41
- "@stdlib/bench": "^0.1.0",
42
- "@stdlib/constants-float64-ninf": "^0.1.0",
43
- "@stdlib/constants-float64-pinf": "^0.1.0",
44
- "@stdlib/constants-uint32-max": "^0.1.0",
45
- "@stdlib/math-base-assert-is-nan": "^0.1.0",
46
- "@stdlib/math-base-assert-is-negative-zero": "^0.1.0",
47
- "@stdlib/math-base-special-round": "^0.1.0",
48
- "@stdlib/random-base-randu": "^0.1.0",
49
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
50
- "istanbul": "^0.4.1",
51
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
52
- },
33
+ "devDependencies": {},
53
34
  "engines": {
54
35
  "node": ">=0.10.0",
55
36
  "npm": ">2.7.0"
package/CITATION.cff DELETED
@@ -1,30 +0,0 @@
1
- cff-version: 1.2.0
2
- title: stdlib
3
- message: >-
4
- If you use this software, please cite it using the
5
- metadata from this file.
6
-
7
- type: software
8
-
9
- authors:
10
- - name: The Stdlib Authors
11
- url: https://github.com/stdlib-js/stdlib/graphs/contributors
12
-
13
- repository-code: https://github.com/stdlib-js/stdlib
14
- url: https://stdlib.io
15
-
16
- abstract: |
17
- Standard library for JavaScript and Node.js.
18
-
19
- keywords:
20
- - JavaScript
21
- - Node.js
22
- - TypeScript
23
- - standard library
24
- - scientific computing
25
- - numerical computing
26
- - statistical computing
27
-
28
- license: Apache-2.0 AND BSL-1.0
29
-
30
- date-released: 2016