contentful-resolve-response
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -43,2 +43,5 @@ 'use strict'; | ||
function find (array, pred) { | ||
if (!array) { | ||
return; | ||
} | ||
for (var i = 0, len = array.length; i < len; i++) { | ||
@@ -45,0 +48,0 @@ if (pred(array[i])) { |
{ | ||
"name": "contentful-resolve-response", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4135
92
0
0