@ampproject/toolbox-validator-rules
Advanced tools
Comparing version 2.7.2 to 2.7.4
@@ -20,3 +20,3 @@ /** | ||
const fetch = require('node-fetch'); | ||
const fetch = require('cross-fetch'); | ||
@@ -23,0 +23,0 @@ const VALIDATOR_RULES_URL = 'https://cdn.ampproject.org/v0/validator.json'; |
{ | ||
"name": "@ampproject/toolbox-validator-rules", | ||
"version": "2.7.2", | ||
"version": "2.7.4", | ||
"description": "A library that helps query AMP Validator rules", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"node-fetch": "2.6.1" | ||
"cross-fetch": "3.0.6" | ||
}, | ||
@@ -34,3 +34,3 @@ "homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/validator-rules", | ||
}, | ||
"gitHead": "83d1d4290d9da2683596506cff266c68e618fa81" | ||
"gitHead": "881ffbde5be5e78e039b132f0daae3a3598ae248" | ||
} |
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
23665
+ Addedcross-fetch@3.0.6
+ Addedcross-fetch@3.0.6(transitive)
- Removednode-fetch@2.6.1