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

got-scraping

Package Overview
Dependencies
Maintainers
10
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

got-scraping - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-beta.0

92

package.json
{
"name": "got-scraping",
"version": "1.0.2",
"description": "HTTP client made for scraping based on got.",
"main": "src/index.js",
"files": [
"src"
],
"dependencies": {
"header-generator": "^0.0.1-beta.1",
"got": "^11.8.1",
"http-proxy-agent": "^4.0.1",
"http2-wrapper": "^2.0.0",
"https-proxy-agent": "^5.0.0",
"ow": "^0.23.0"
},
"devDependencies": {
"@apify/eslint-config": "^0.1.3",
"body-parser": "^1.19.0",
"eslint": "^7.0.0",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"jsdoc-to-markdown": "^7.0.0",
"markdown-toc": "^1.2.0"
},
"scripts": {
"build-docs": "npm run build-toc",
"build-toc": "markdown-toc ./README.md -i",
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx",
"lint:fix": "./node_modules/.bin/eslint ./src --ext .js,.jsx --fix",
"test": "jest --maxWorkers=3 --collect-coverage"
},
"author": {
"name": "Apify",
"email": "support@apify.com",
"url": "https://apify.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apify/got-scrapings"
},
"bugs": {
"url": "https://github.com/apify/got-scraping/issues"
}
"name": "got-scraping",
"version": "1.0.3-beta.0",
"description": "HTTP client made for scraping based on got.",
"main": "src/index.js",
"files": [
"src"
],
"dependencies": {
"header-generator": "^0.0.1-beta.1",
"got": "^11.8.1",
"http-proxy-agent": "^4.0.1",
"http2-wrapper": "2.0.3",
"https-proxy-agent": "^5.0.0",
"ow": "^0.23.0"
},
"devDependencies": {
"@apify/eslint-config": "^0.1.3",
"body-parser": "^1.19.0",
"eslint": "^7.0.0",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"jsdoc-to-markdown": "^7.0.0",
"markdown-toc": "^1.2.0"
},
"scripts": {
"build-docs": "npm run build-toc",
"build-toc": "markdown-toc ./README.md -i",
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx",
"lint:fix": "./node_modules/.bin/eslint ./src --ext .js,.jsx --fix",
"test": "jest --maxWorkers=3 --collect-coverage"
},
"author": {
"name": "Apify",
"email": "support@apify.com",
"url": "https://apify.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apify/got-scrapings"
},
"bugs": {
"url": "https://github.com/apify/got-scraping/issues"
}
}
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