foreach-prop
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -0,1 +1,5 @@ | ||
# 1.1.10 | ||
* dependencies updated | ||
# 1.1.9 | ||
@@ -2,0 +6,0 @@ |
@@ -106,3 +106,3 @@ (function (global, factory) { | ||
var params = []; | ||
var params = new Array(args.length - start); | ||
@@ -109,0 +109,0 @@ for (var index = start, len = args.length; index < len; index++) { |
{ | ||
"name": "foreach-prop", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Array-like methods for objects", | ||
@@ -38,6 +38,7 @@ "main": "dist/each-prop.cjs.js", | ||
"dependencies": { | ||
"args-to-arr": "^1.3.6" | ||
"args-to-arr": "^1.3.7" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.13", | ||
"@types/node": "^12.0.3", | ||
"bundlib": "^0.3.1", | ||
@@ -47,3 +48,3 @@ "eslint": "^5.16.0", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.4.5" | ||
"typescript": "^3.5.1" | ||
}, | ||
@@ -50,0 +51,0 @@ "author": "Manuel Fernandez <manferlo81@gmail.com>", |
@@ -7,3 +7,3 @@ # foreach-prop | ||
> :warning: *some javascript implementations don't respect the object key order. keep that in mind when you use* `keyOf`*,* `lastKeyOf`*,* `findKey` *and* `find` *methods.* | ||
> :warning: *Some javascript implementations don't respect the object key order. Keep that in mind when you use* `keyOf`*,* `lastKeyOf`*,* `findKey` *and* `find` *methods.* | ||
@@ -10,0 +10,0 @@ ## Install |
Sorry, the diff of this file is not supported yet
74955
7
Updatedargs-to-arr@^1.3.7