caniuse-api
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -0,1 +1,7 @@ | ||
# 1.5.1 - 2016-08-06 | ||
- Fixed: Do not fail when browserslist gives a browser that caniuse-api doesn't | ||
know about | ||
([#45](https://github.com/Nyalab/caniuse-api/pull/45) - @onigoetz) | ||
# 1.5.0 - 2016-06-01 | ||
@@ -2,0 +8,0 @@ |
@@ -76,3 +76,3 @@ "use strict"; | ||
}).every(function (browser) { | ||
return data.stats[browser[0]][browser[1]] === "y"; | ||
return data.stats[browser[0]] && data.stats[browser[0]][browser[1]] === "y"; | ||
}); | ||
@@ -79,0 +79,0 @@ } |
{ | ||
"name": "caniuse-api", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "request the caniuse data to check browsers compatibilities", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nyalab/caniuse-api.git" | ||
}, | ||
"repository": "https://github.com/nyalab/caniuse-api.git", | ||
"keywords": [ | ||
@@ -34,2 +31,3 @@ "caniuse", | ||
"jshint": "^2.5.10", | ||
"npmpub": "^3.1.0", | ||
"tap-spec": "^4.1.1", | ||
@@ -44,4 +42,5 @@ "tape": "^4.5.1" | ||
"test": "npm run lint && babel-tape-runner test/*.js | tap-spec", | ||
"postinstall": "node generator.js" | ||
"postinstall": "node generator.js", | ||
"release": "npmpub" | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11438
8
0
130
6
2