@apiverve/linkscraper
Advanced tools
Comparing version 1.1.2 to 1.1.4
{ | ||
"name": "@apiverve/linkscraper", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "Link Scraper is a simple tool for scraping web page links. It returns all the links on a web page.", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/apiverve/linkscraper-API", | ||
"homepage": "https://apiverve.com/marketplace/api/linkscraper", | ||
"devDependencies": { | ||
"mocha": "^10.4.0", | ||
"mocha": "^10.7.3", | ||
"chai": "^5.1.1", | ||
@@ -29,6 +29,6 @@ "dotenv": "^16.4.5" | ||
"dependencies": { | ||
"node-fetch": "3.3.2", | ||
"node-fetch": "^3.3.2", | ||
"promise": "^8.3.0", | ||
"axios": "1.6.8" | ||
"axios": "1.7.4" | ||
} | ||
} |
@@ -76,88 +76,89 @@ Link Scraper API | ||
"data": { | ||
"url": "http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html", | ||
"linkCount": 16, | ||
"links": [ | ||
{ | ||
"external": false, | ||
"text": "", | ||
"href": "http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html/pdfs/AWSEC2/latest/UserGuide/ec2-ug.pdf#concepts", | ||
"text": "" | ||
"external": false | ||
}, | ||
{ | ||
"external": true, | ||
"text": "AWS", | ||
"href": "https://aws.amazon.com", | ||
"text": "AWS" | ||
"external": true | ||
}, | ||
{ | ||
"external": false, | ||
"text": "Documentation", | ||
"href": "http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html/index.html", | ||
"text": "Documentation" | ||
"external": false | ||
}, | ||
{ | ||
"external": false, | ||
"text": "Amazon EC2", | ||
"href": "http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html/ec2/index.html", | ||
"text": "Amazon EC2" | ||
"external": false | ||
}, | ||
{ | ||
"external": true, | ||
"text": "User Guide", | ||
"href": "concepts.html", | ||
"text": "User Guide" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "Amazon EC2 Instance Types Guide", | ||
"href": "https://docs.aws.amazon.com/ec2/latest/instancetypes/", | ||
"text": "Amazon EC2 Instance Types Guide" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "PCI DSS Level 1", | ||
"href": "https://aws.amazon.com/compliance/pci-dss-level-1-faqs/", | ||
"text": "PCI DSS Level 1" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "Amazon EC2 Auto Scaling", | ||
"href": "https://docs.aws.amazon.com/autoscaling", | ||
"text": "Amazon EC2 Auto Scaling" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "AWS Backup", | ||
"href": "https://docs.aws.amazon.com/aws-backup", | ||
"text": "AWS Backup" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "Amazon CloudWatch", | ||
"href": "https://docs.aws.amazon.com/cloudwatch", | ||
"text": "Amazon CloudWatch" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "Elastic Load Balancing", | ||
"href": "https://docs.aws.amazon.com/elasticloadbalancing", | ||
"text": "Elastic Load Balancing" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "Amazon GuardDuty", | ||
"href": "https://docs.aws.amazon.com/guardduty", | ||
"text": "Amazon GuardDuty" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "EC2 Image Builder", | ||
"href": "https://docs.aws.amazon.com/imagebuilder", | ||
"text": "EC2 Image Builder" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "AWS Launch Wizard", | ||
"href": "https://docs.aws.amazon.com/launchwizard", | ||
"text": "AWS Launch Wizard" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "AWS Systems Manager", | ||
"href": "https://docs.aws.amazon.com/systems-manager", | ||
"text": "AWS Systems Manager" | ||
"external": true | ||
}, | ||
{ | ||
"external": true, | ||
"text": "Amazon Lightsail", | ||
"href": "https://docs.aws.amazon.com/lightsail", | ||
"text": "Amazon Lightsail" | ||
"external": true | ||
} | ||
], | ||
"maxLinksReached": false, | ||
"url": "http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html" | ||
} | ||
"maxLinksReached": false | ||
}, | ||
"code": 200 | ||
} | ||
@@ -164,0 +165,0 @@ ``` |
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
10757
194
+ Addedaxios@1.7.4(transitive)
- Removedaxios@1.6.8(transitive)
Updatedaxios@1.7.4
Updatednode-fetch@^3.3.2