@stdlib/utils-property-descriptors-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
  # propertyDescriptorsIn
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 object's own and inherited [property descriptors][@stdlib/utils/property-descriptors].
26
26
 
@@ -107,6 +107,26 @@ console.log( desc );
107
107
 
108
108
  <!-- /.examples -->
109
109
 
110
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
111
+
112
+ <section class="related">
113
+
114
+ * * *
115
+
116
+ ## See Also
117
+
118
+ - <span class="package-name">[`@stdlib/utils/define-properties`][@stdlib/utils/define-properties]</span><span class="delimiter">: </span><span class="description">define (and/or modify) object properties.</span>
119
+ - <span class="package-name">[`@stdlib/utils/property-descriptor-in`][@stdlib/utils/property-descriptor-in]</span><span class="delimiter">: </span><span class="description">return a property descriptor for an object's own or inherited property.</span>
120
+ - <span class="package-name">[`@stdlib/utils/property-descriptors`][@stdlib/utils/property-descriptors]</span><span class="delimiter">: </span><span class="description">return an object's own property descriptors.</span>
121
+ - <span class="package-name">[`@stdlib/utils/property-names-in`][@stdlib/utils/property-names-in]</span><span class="delimiter">: </span><span class="description">return an array of an object's own and inherited enumerable and non-enumerable property names.</span>
122
+ - <span class="package-name">[`@stdlib/utils/property-symbols-in`][@stdlib/utils/property-symbols-in]</span><span class="delimiter">: </span><span class="description">return an array of an object's own and inherited symbol properties.</span>
123
+
124
+ </section>
125
+
126
+ <!-- /.related -->
127
+
128
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
129
+
110
130
 
111
131
  <section class="main-repo" >
112
132
 
@@ -118,6 +138,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
118
138
 
119
139
  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].
120
140
 
141
+ #### Community
142
+
143
+ [![Chat][chat-image]][chat-url]
144
+
121
145
  ---
122
146
 
123
147
  ## License
@@ -127,7 +151,7 @@ See [LICENSE][stdlib-license].
127
151
 
128
152
  ## Copyright
129
153
 
130
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
154
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
131
155
 
132
156
  </section>
133
157
 
@@ -146,16 +170,42 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
146
170
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-property-descriptors-in/main.svg
147
171
  [coverage-url]: https://codecov.io/github/stdlib-js/utils-property-descriptors-in?branch=main
148
172
 
149
- [dependencies-image]: https://img.shields.io/david/stdlib-js/utils-property-descriptors-in
173
+ <!--
174
+
175
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/utils-property-descriptors-in.svg
150
176
  [dependencies-url]: https://david-dm.org/stdlib-js/utils-property-descriptors-in/main
151
177
 
178
+ -->
179
+
180
+ [umd]: https://github.com/umdjs/umd
181
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
182
+
183
+ [deno-url]: https://github.com/stdlib-js/utils-property-descriptors-in/tree/deno
184
+ [umd-url]: https://github.com/stdlib-js/utils-property-descriptors-in/tree/umd
185
+ [esm-url]: https://github.com/stdlib-js/utils-property-descriptors-in/tree/esm
186
+
187
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
188
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
189
+
152
190
  [stdlib]: https://github.com/stdlib-js/stdlib
153
191
 
154
192
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
155
193
 
156
194
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/utils-property-descriptors-in/main/LICENSE
157
195
 
158
- [@stdlib/utils/property-descriptors]: https://github.com/stdlib-js/utils-property-descriptors
196
+ <!-- <related-links> -->
197
+
198
+ [@stdlib/utils/define-properties]: https://www.npmjs.com/package/@stdlib/utils-define-properties
199
+
200
+ [@stdlib/utils/property-descriptor-in]: https://www.npmjs.com/package/@stdlib/utils-property-descriptor-in
201
+
202
+ [@stdlib/utils/property-descriptors]: https://www.npmjs.com/package/@stdlib/utils-property-descriptors
203
+
204
+ [@stdlib/utils/property-names-in]: https://www.npmjs.com/package/@stdlib/utils-property-names-in
205
+
206
+ [@stdlib/utils/property-symbols-in]: https://www.npmjs.com/package/@stdlib/utils-property-symbols-in
207
+
208
+ <!-- </related-links> -->
159
209
 
160
210
  </section>
161
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/utils-property-descriptors-in",
3
- "version": "0.0.3",
3
+ "version": "0.0.7",
4
4
  "description": "Return an object's own and inherited property descriptors.",
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-property-descriptors-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/utils-property-descriptors-in/releases) for the changelog.