Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apiverve/linkscraper

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apiverve/linkscraper - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

10

package.json
{
"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 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc