polyfills-db
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -27,3 +27,4 @@ | ||
return agents.some(function (agent) { | ||
return transform.filter(agent) | ||
return !transform.filter // if .filter does not exist, it is assumed to be true | ||
|| transform.filter(agent) | ||
}) | ||
@@ -30,0 +31,0 @@ }) |
{ | ||
"name": "polyfills-db", | ||
"description": "browser feature database", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
@@ -5,3 +5,2 @@ | ||
[![NPM version][npm-image]][npm-url] | ||
[![Latest tag][github-tag]][github-url] | ||
[![Build status][travis-image]][travis-url] | ||
@@ -8,0 +7,0 @@ [![Test coverage][coveralls-image]][coveralls-url] |
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
18370
516
40