@stdlib/utils-enumerable-properties 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
  # 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
 
@@ -133,6 +154,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
133
154
 
134
155
  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].
135
156
 
157
+ #### Community
158
+
159
+ [![Chat][chat-image]][chat-url]
160
+
136
161
  ---
137
162
 
138
163
  ## License
@@ -142,7 +167,7 @@ See [LICENSE][stdlib-license].
142
167
 
143
168
  ## Copyright
144
169
 
145
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
170
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
146
171
 
147
172
  </section>
148
173
 
@@ -161,9 +186,23 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
161
186
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-enumerable-properties/main.svg
162
187
  [coverage-url]: https://codecov.io/github/stdlib-js/utils-enumerable-properties?branch=main
163
188
 
164
- [dependencies-image]: https://img.shields.io/david/stdlib-js/utils-enumerable-properties
189
+ <!--
190
+
191
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/utils-enumerable-properties.svg
165
192
  [dependencies-url]: https://david-dm.org/stdlib-js/utils-enumerable-properties/main
166
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
+
203
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
204
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
205
+
167
206
  [stdlib]: https://github.com/stdlib-js/stdlib
168
207
 
169
208
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
@@ -172,6 +211,22 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
172
211
 
173
212
  [ecma-262-for-in]: http://www.ecma-international.org/ecma-262/5.1/#sec-12.6.4
174
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
+
175
230
  </section>
176
231
 
177
232
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/utils-enumerable-properties",
3
- "version": "0.0.3",
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": {
@@ -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/utils-enumerable-properties.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/utils-enumerable-properties/releases) for the changelog.