collect.js
Advanced tools
Comparing version 3.0.6 to 3.0.7
{ | ||
"name": "collect.js", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Convenient and dependency free wrapper for working with arrays and objects.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -349,3 +349,3 @@ # <img src="https://raw.githubusercontent.com/ecrmnn/collect.js/master/collectjs.jpg" alt="collect.js"> | ||
```js | ||
collect([1, 2, 3, 4).first(function (item) { | ||
collect([1, 2, 3, 4]).first(function (item) { | ||
return item > 1; | ||
@@ -1697,2 +1697,2 @@ }); | ||
### License | ||
MIT © [Daniel Eckermann](http://danieleckermann.com) | ||
MIT © [Daniel Eckermann](http://danieleckermann.com) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
219051
1697