🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@stdlib/array-typed-complex-dtypes

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/array-typed-complex-dtypes - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+5
-1
docs/types/index.d.ts

@@ -21,2 +21,6 @@ /*

/// <reference types="@stdlib/types"/>
import { ComplexDataType as DataType } from '@stdlib/types/array';
/**

@@ -31,3 +35,3 @@ * Returns a list of complex typed array data types.

*/
declare function dtypes(): Array<string>;
declare function dtypes(): Array<DataType>;

@@ -34,0 +38,0 @@

+2
-1

@@ -21,2 +21,3 @@ /*

// TESTS //

@@ -26,3 +27,3 @@

{
dtypes(); // $ExpectType string[]
dtypes(); // $ExpectType ComplexDataType[]
}

@@ -29,0 +30,0 @@

+1
-1

@@ -1,1 +0,1 @@

Copyright (c) 2016-2021 The Stdlib Authors.
Copyright (c) 2016-2022 The Stdlib Authors.
{
"name": "@stdlib/array-typed-complex-dtypes",
"version": "0.0.5",
"version": "0.0.6",
"description": "List of complex typed array data types.",

@@ -39,3 +39,5 @@ "license": "Apache-2.0",

},
"dependencies": {},
"dependencies": {
"@stdlib/types": "^0.0.x"
},
"devDependencies": {

@@ -42,0 +44,0 @@ "@stdlib/assert-is-string-array": "^0.0.x",

@@ -23,3 +23,3 @@ <!--

[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->

@@ -129,2 +129,18 @@ > List of complex typed array data types.

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
<section class="related">
* * *
## See Also
- <span class="package-name">[`@stdlib/array/dtypes`][@stdlib/array/dtypes]</span><span class="delimiter">: </span><span class="description">list of array data types.</span>
- <span class="package-name">[`@stdlib/array/typed-dtypes`][@stdlib/array/typed-dtypes]</span><span class="delimiter">: </span><span class="description">list of typed array data types.</span>
- <span class="package-name">[`@stdlib/ndarray/dtypes`][@stdlib/ndarray/dtypes]</span><span class="delimiter">: </span><span class="description">list of ndarray data types.</span>
</section>
<!-- /.related -->
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

@@ -156,3 +172,3 @@

Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].

@@ -176,5 +192,16 @@ </section>

<!--
[dependencies-image]: https://img.shields.io/david/stdlib-js/array-typed-complex-dtypes.svg
[dependencies-url]: https://david-dm.org/stdlib-js/array-typed-complex-dtypes/main
-->
[umd]: https://github.com/umdjs/umd
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
[deno-url]: https://github.com/stdlib-js/array-typed-complex-dtypes/tree/deno
[umd-url]: https://github.com/stdlib-js/array-typed-complex-dtypes/tree/umd
[esm-url]: https://github.com/stdlib-js/array-typed-complex-dtypes/tree/esm
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg

@@ -189,4 +216,14 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/

<!-- <related-links> -->
[@stdlib/array/dtypes]: https://www.npmjs.com/package/@stdlib/array-dtypes
[@stdlib/array/typed-dtypes]: https://www.npmjs.com/package/@stdlib/array-typed-dtypes
[@stdlib/ndarray/dtypes]: https://www.npmjs.com/package/@stdlib/ndarray-dtypes
<!-- </related-links> -->
</section>
<!-- /.links -->