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 4.0.1-beta.0 to 4.0.1

140

package.json
{
"name": "got-scraping",
"version": "4.0.1-beta.0",
"description": "HTTP client made for scraping based on got.",
"engines": {
"node": ">=16"
},
"files": [
"dist"
],
"exports": {
"name": "got-scraping",
"version": "4.0.1",
"description": "HTTP client made for scraping based on got.",
"engines": {
"node": ">=16"
},
"files": [
"dist"
],
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"got": "^13.0.0",
"header-generator": "^2.1.41",
"http2-wrapper": "^2.2.0",
"mimic-response": "^4.0.0",
"ow": "^1.1.1",
"quick-lru": "^7.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@apify/eslint-config-ts": "^0.3.0",
"@apify/tsconfig": "^0.1.0",
"@jest/globals": "^29.7.0",
"@types/body-parser": "^1.19.3",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"get-stream": "^8.0.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-extended": "^4.0.1",
"jsdoc-to-markdown": "^8.0.0",
"markdown-toc": "^1.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc --noEmit && tsup && node ./scripts/es-fixes.mjs",
"prepublishOnly": "npm run build",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
"pretest:blocking": "npm run build",
"test:blocking": "ts-node -T ./test/live-testing/index.js"
},
"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-scraping"
},
"bugs": {
"url": "https://github.com/apify/got-scraping/issues"
}
"type": "module",
"dependencies": {
"got": "^13.0.0",
"header-generator": "^2.1.41",
"http2-wrapper": "^2.2.0",
"mimic-response": "^4.0.0",
"ow": "^1.1.1",
"quick-lru": "^7.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@apify/eslint-config-ts": "^0.3.0",
"@apify/tsconfig": "^0.1.0",
"@jest/globals": "^29.7.0",
"@types/body-parser": "^1.19.3",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"get-stream": "^8.0.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-extended": "^4.0.1",
"jsdoc-to-markdown": "^8.0.0",
"markdown-toc": "^1.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc --noEmit && tsup && node ./scripts/es-fixes.mjs",
"prepublishOnly": "npm run build",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
"pretest:blocking": "npm run build",
"test:blocking": "ts-node -T ./test/live-testing/index.js"
},
"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-scraping"
},
"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