@stdlib/assert-contains 0.0.6 → 0.0.7
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 +1 -1
- package/README.md +23 -2
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# Contains
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
25
|
> Test if an array-like value contains a search value.
|
|
26
26
|
|
|
@@ -157,6 +157,16 @@ bool = contains( 'Hidden Treasures', '' );
|
|
|
157
157
|
|
|
158
158
|
<!-- /.examples -->
|
|
159
159
|
|
|
160
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
161
|
+
|
|
162
|
+
<section class="related">
|
|
163
|
+
|
|
164
|
+
</section>
|
|
165
|
+
|
|
166
|
+
<!-- /.related -->
|
|
167
|
+
|
|
168
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
169
|
+
|
|
160
170
|
|
|
161
171
|
<section class="main-repo" >
|
|
162
172
|
|
|
@@ -181,7 +191,7 @@ See [LICENSE][stdlib-license].
|
|
|
181
191
|
|
|
182
192
|
## Copyright
|
|
183
193
|
|
|
184
|
-
Copyright © 2016-
|
|
194
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
185
195
|
|
|
186
196
|
</section>
|
|
187
197
|
|
|
@@ -200,9 +210,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
200
210
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-contains/main.svg
|
|
201
211
|
[coverage-url]: https://codecov.io/github/stdlib-js/assert-contains?branch=main
|
|
202
212
|
|
|
213
|
+
<!--
|
|
214
|
+
|
|
203
215
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/assert-contains.svg
|
|
204
216
|
[dependencies-url]: https://david-dm.org/stdlib-js/assert-contains/main
|
|
205
217
|
|
|
218
|
+
-->
|
|
219
|
+
|
|
220
|
+
[umd]: https://github.com/umdjs/umd
|
|
221
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
222
|
+
|
|
223
|
+
[deno-url]: https://github.com/stdlib-js/assert-contains/tree/deno
|
|
224
|
+
[umd-url]: https://github.com/stdlib-js/assert-contains/tree/umd
|
|
225
|
+
[esm-url]: https://github.com/stdlib-js/assert-contains/tree/esm
|
|
226
|
+
|
|
206
227
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
207
228
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
208
229
|
|