@ampproject/toolbox-validator-rules
Advanced tools
Comparing version 2.8.0 to 3.0.0-canary.2
@@ -20,3 +20,3 @@ /** | ||
const fetch = require('cross-fetch'); | ||
const fetch = require('node-fetch'); | ||
@@ -23,0 +23,0 @@ const VALIDATOR_RULES_URL = 'https://cdn.ampproject.org/v0/validator.json'; |
{ | ||
"name": "@ampproject/toolbox-validator-rules", | ||
"version": "2.8.0", | ||
"version": "3.0.0-canary.2", | ||
"description": "A library that helps query AMP Validator rules", | ||
@@ -26,5 +26,2 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
"cross-fetch": "3.1.2" | ||
}, | ||
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/validator-rules", | ||
@@ -34,3 +31,6 @@ "directories": { | ||
}, | ||
"gitHead": "6103eb57765445355421826791361ac9ed9cf4d8" | ||
"gitHead": "0f63a77e8081f0fb7d6b63280e2fd8701836c4f9", | ||
"dependencies": { | ||
"node-fetch": "2.6.1" | ||
} | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23672
1
+ Addednode-fetch@2.6.1
- Removedcross-fetch@3.1.2
- Removedcross-fetch@3.1.2(transitive)