New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

foreach-prop

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foreach-prop - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.1.10
* dependencies updated
# 1.1.9

@@ -2,0 +6,0 @@

2

dist/each-prop.umd.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc