Skip to content

Commit 54b0953

Browse files
committed
v1.1.2
This release fixes a `for...in` loop by ensuring it loops over the object's own enumerable properties rather than all enumerable properties. #### Fix - Fixes `for...in` loop by merging PR #3 #### Development - Enforces the above fix through `tslint.json`
1 parent 88d98a6 commit 54b0953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deep-map-keys",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Transforms nested keys of complex objects",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)