@stdlib/utils-enumerable-properties 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.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +50 -2
  3. package/package.json +1 -1
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
  # enumerableProperties
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
  > Return an array of an object's own enumerable property names and symbols.
26
26
 
@@ -122,6 +122,27 @@ console.log( props );
122
122
 
123
123
  <!-- /.examples -->
124
124
 
125
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
126
+
127
+ <section class="related">
128
+
129
+ * * *
130
+
131
+ ## See Also
132
+
133
+ - <span class="package-name">[`@stdlib/utils/enumerable-properties-in`][@stdlib/utils/enumerable-properties-in]</span><span class="delimiter">: </span><span class="description">return an array of an object's own and inherited enumerable property names and symbols.</span>
134
+ - <span class="package-name">[`@stdlib/utils/enumerable-property-symbols`][@stdlib/utils/enumerable-property-symbols]</span><span class="delimiter">: </span><span class="description">return an array of an object's own enumerable symbol properties.</span>
135
+ - <span class="package-name">[`@stdlib/utils/inherited-enumerable-properties`][@stdlib/utils/inherited-enumerable-properties]</span><span class="delimiter">: </span><span class="description">return an array of an object's inherited enumerable property names and symbols.</span>
136
+ - <span class="package-name">[`@stdlib/utils/keys`][@stdlib/utils/keys]</span><span class="delimiter">: </span><span class="description">return an array of an object's own enumerable property names.</span>
137
+ - <span class="package-name">[`@stdlib/utils/nonenumerable-properties`][@stdlib/utils/nonenumerable-properties]</span><span class="delimiter">: </span><span class="description">return an array of an object's own non-enumerable property names and symbols.</span>
138
+ - <span class="package-name">[`@stdlib/utils/properties`][@stdlib/utils/properties]</span><span class="delimiter">: </span><span class="description">return an array of an object's own enumerable and non-enumerable property names and symbols.</span>
139
+
140
+ </section>
141
+
142
+ <!-- /.related -->
143
+
144
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
145
+
125
146
 
126
147
  <section class="main-repo" >
127
148
 
@@ -146,7 +167,7 @@ See [LICENSE][stdlib-license].
146
167
 
147
168
  ## Copyright
148
169
 
149
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
170
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
150
171
 
151
172
  </section>
152
173
 
@@ -165,9 +186,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
165
186
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-enumerable-properties/main.svg
166
187
  [coverage-url]: https://codecov.io/github/stdlib-js/utils-enumerable-properties?branch=main
167
188
 
189
+ <!--
190
+
168
191
  [dependencies-image]: https://img.shields.io/david/stdlib-js/utils-enumerable-properties.svg
169
192
  [dependencies-url]: https://david-dm.org/stdlib-js/utils-enumerable-properties/main
170
193
 
194
+ -->
195
+
196
+ [umd]: https://github.com/umdjs/umd
197
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
198
+
199
+ [deno-url]: https://github.com/stdlib-js/utils-enumerable-properties/tree/deno
200
+ [umd-url]: https://github.com/stdlib-js/utils-enumerable-properties/tree/umd
201
+ [esm-url]: https://github.com/stdlib-js/utils-enumerable-properties/tree/esm
202
+
171
203
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
172
204
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
173
205
 
@@ -179,6 +211,22 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
179
211
 
180
212
  [ecma-262-for-in]: http://www.ecma-international.org/ecma-262/5.1/#sec-12.6.4
181
213
 
214
+ <!-- <related-links> -->
215
+
216
+ [@stdlib/utils/enumerable-properties-in]: https://www.npmjs.com/package/@stdlib/utils-enumerable-properties-in
217
+
218
+ [@stdlib/utils/enumerable-property-symbols]: https://www.npmjs.com/package/@stdlib/utils-enumerable-property-symbols
219
+
220
+ [@stdlib/utils/inherited-enumerable-properties]: https://www.npmjs.com/package/@stdlib/utils-inherited-enumerable-properties
221
+
222
+ [@stdlib/utils/keys]: https://www.npmjs.com/package/@stdlib/utils-keys
223
+
224
+ [@stdlib/utils/nonenumerable-properties]: https://www.npmjs.com/package/@stdlib/utils-nonenumerable-properties
225
+
226
+ [@stdlib/utils/properties]: https://www.npmjs.com/package/@stdlib/utils-properties
227
+
228
+ <!-- </related-links> -->
229
+
182
230
  </section>
183
231
 
184
232
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/utils-enumerable-properties",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Return an array of an object's own enumerable property names and symbols.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {