@stdlib/assert-is-nonenumerable-property-in 0.0.3 → 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 CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2021 The Stdlib Authors.
1
+ Copyright (c) 2016-2022 The Stdlib Authors.
package/README.md CHANGED
@@ -20,7 +20,7 @@ limitations under the License.
20
20
 
21
21
  # isNonEnumerablePropertyIn
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 object's own or inherited property is non-enumerable.
26
26
 
@@ -165,6 +165,27 @@ bool = isNonEnumerablePropertyIn( void 0, 'a' );
165
165
 
166
166
  <!-- /.examples -->
167
167
 
168
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
169
+
170
+ <section class="related">
171
+
172
+ * * *
173
+
174
+ ## See Also
175
+
176
+ - <span class="package-name">[`@stdlib/assert/is-configurable-property-in`][@stdlib/assert/is-configurable-property-in]</span><span class="delimiter">: </span><span class="description">test if an object's own or inherited property is configurable.</span>
177
+ - <span class="package-name">[`@stdlib/assert/is-enumerable-property-in`][@stdlib/assert/is-enumerable-property-in]</span><span class="delimiter">: </span><span class="description">test if an object's own or inherited property is enumerable.</span>
178
+ - <span class="package-name">[`@stdlib/assert/is-nonconfigurable-property-in`][@stdlib/assert/is-nonconfigurable-property-in]</span><span class="delimiter">: </span><span class="description">test if an object's own or inherited property is non-configurable.</span>
179
+ - <span class="package-name">[`@stdlib/assert/is-nonenumerable-property`][@stdlib/assert/is-nonenumerable-property]</span><span class="delimiter">: </span><span class="description">test if an object's own property is non-enumerable.</span>
180
+ - <span class="package-name">[`@stdlib/assert/is-readable-property-in`][@stdlib/assert/is-readable-property-in]</span><span class="delimiter">: </span><span class="description">test if an object's own or inherited property is readable.</span>
181
+ - <span class="package-name">[`@stdlib/assert/is-writable-property-in`][@stdlib/assert/is-writable-property-in]</span><span class="delimiter">: </span><span class="description">test if an object's own or inherited property is writable.</span>
182
+
183
+ </section>
184
+
185
+ <!-- /.related -->
186
+
187
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
188
+
168
189
 
169
190
  <section class="main-repo" >
170
191
 
@@ -176,6 +197,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
176
197
 
177
198
  For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].
178
199
 
200
+ #### Community
201
+
202
+ [![Chat][chat-image]][chat-url]
203
+
179
204
  ---
180
205
 
181
206
  ## License
@@ -185,7 +210,7 @@ See [LICENSE][stdlib-license].
185
210
 
186
211
  ## Copyright
187
212
 
188
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
213
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
189
214
 
190
215
  </section>
191
216
 
@@ -204,15 +229,45 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
204
229
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-nonenumerable-property-in/main.svg
205
230
  [coverage-url]: https://codecov.io/github/stdlib-js/assert-is-nonenumerable-property-in?branch=main
206
231
 
207
- [dependencies-image]: https://img.shields.io/david/stdlib-js/assert-is-nonenumerable-property-in
232
+ <!--
233
+
234
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/assert-is-nonenumerable-property-in.svg
208
235
  [dependencies-url]: https://david-dm.org/stdlib-js/assert-is-nonenumerable-property-in/main
209
236
 
237
+ -->
238
+
239
+ [umd]: https://github.com/umdjs/umd
240
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
241
+
242
+ [deno-url]: https://github.com/stdlib-js/assert-is-nonenumerable-property-in/tree/deno
243
+ [umd-url]: https://github.com/stdlib-js/assert-is-nonenumerable-property-in/tree/umd
244
+ [esm-url]: https://github.com/stdlib-js/assert-is-nonenumerable-property-in/tree/esm
245
+
246
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
247
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
248
+
210
249
  [stdlib]: https://github.com/stdlib-js/stdlib
211
250
 
212
251
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
213
252
 
214
253
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/assert-is-nonenumerable-property-in/main/LICENSE
215
254
 
255
+ <!-- <related-links> -->
256
+
257
+ [@stdlib/assert/is-configurable-property-in]: https://www.npmjs.com/package/@stdlib/assert-is-configurable-property-in
258
+
259
+ [@stdlib/assert/is-enumerable-property-in]: https://www.npmjs.com/package/@stdlib/assert-is-enumerable-property-in
260
+
261
+ [@stdlib/assert/is-nonconfigurable-property-in]: https://www.npmjs.com/package/@stdlib/assert-is-nonconfigurable-property-in
262
+
263
+ [@stdlib/assert/is-nonenumerable-property]: https://www.npmjs.com/package/@stdlib/assert-is-nonenumerable-property
264
+
265
+ [@stdlib/assert/is-readable-property-in]: https://www.npmjs.com/package/@stdlib/assert-is-readable-property-in
266
+
267
+ [@stdlib/assert/is-writable-property-in]: https://www.npmjs.com/package/@stdlib/assert-is-writable-property-in
268
+
269
+ <!-- </related-links> -->
270
+
216
271
  </section>
217
272
 
218
273
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/assert-is-nonenumerable-property-in",
3
- "version": "0.0.3",
3
+ "version": "0.0.7",
4
4
  "description": "Test if an object's own or inherited property is non-enumerable.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -28,7 +28,7 @@
28
28
  "examples": "make examples",
29
29
  "benchmark": "make benchmark"
30
30
  },
31
- "homepage": "https://github.com/stdlib-js/stdlib",
31
+ "homepage": "https://stdlib.io",
32
32
  "repository": {
33
33
  "type": "git",
34
34
  "url": "git://github.com/stdlib-js/assert-is-nonenumerable-property-in.git"
package/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- # CHANGELOG
2
-
3
- > Package changelog.
4
-
5
- See [GitHub Releases](https://github.com/stdlib-js/assert-is-nonenumerable-property-in/releases) for the changelog.