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.12 to 1.1.13

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.1.13 (01-06-2019)
* dependencies updated
* improved documentation
# 1.1.12 (01-06-2019)

@@ -2,0 +7,0 @@

9

package.json
{
"name": "foreach-prop",
"version": "1.1.12",
"version": "1.1.13",
"description": "Array-like methods for objects",

@@ -39,3 +39,3 @@ "main": "dist/each-prop.cjs.js",

"dependencies": {
"args-to-arr": "^1.3.11"
"args-to-arr": "^1.3.12"
},

@@ -51,3 +51,6 @@ "devDependencies": {

},
"author": "Manuel Fernandez <manferlo81@gmail.com>",
"author": {
"name": "Manuel Fernández",
"email": "manferlo81@gmail.com"
},
"repository": {

@@ -54,0 +57,0 @@ "type": "git",

@@ -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 follow the object key order. Keep that in mind when you use* `keyOf`*,* `lastKeyOf`*,* `findKey` *and* `find` *methods.*

@@ -20,4 +20,2 @@ ## Install

*[www.jsdelivr.com](https://www.jsdelivr.com)*
```html

@@ -37,4 +35,2 @@ <script src="https://cdn.jsdelivr.net/npm/foreach-prop@latest/dist/each-prop.umd.js"></script>

*[unpkg.com](https://unpkg.com)*
```html

@@ -263,2 +259,2 @@ <script src="https://unpkg.com/foreach-prop@latest/dist/each-prop.umd.js"></script>

[MIT](LICENSE) &copy; Manuel Fernández
[MIT](LICENSE) &copy; [Manuel Fernández](https://github.com/manferlo81)
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