@ampproject/toolbox-validator-rules
Advanced tools
Comparing version 2.7.1 to 2.7.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.7.1", | ||
"version": "2.7.2", | ||
"description": "A library that helps query AMP Validator rules", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cross-fetch": "^3.0.6" | ||
"node-fetch": "2.6.1" | ||
}, | ||
@@ -34,3 +34,3 @@ "homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/validator-rules", | ||
}, | ||
"gitHead": "9b159391d776396512b01ec250fa76941713c763" | ||
"gitHead": "83d1d4290d9da2683596506cff266c68e618fa81" | ||
} |
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
23663
+ Addednode-fetch@2.6.1
+ Addednode-fetch@2.6.1(transitive)
- Removedcross-fetch@^3.0.6
- Removedcross-fetch@3.1.8(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)