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

@prisma/fetch-engine

Package Overview
Dependencies
Maintainers
4
Versions
8004
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/fetch-engine - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

68

package.json
{
"name": "@prisma/fetch-engine",
"version": "0.3.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@types/fs-extra": "8.0.1",
"@types/node": "^12.12.8",
"@types/node-fetch": "^2.5.3",
"@types/progress": "^2.0.3",
"ncc": "^0.3.6",
"typescript": "^3.7.2"
},
"dependencies": {
"@prisma/get-platform": "0.1.4",
"chalk": "^3.0.0",
"debug": "^4.1.1",
"find-cache-dir": "^3.1.0",
"htmlparser2": "^4.0.0",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^3.0.1",
"make-dir": "^3.0.0",
"node-fetch": "^2.6.0",
"p-retry": "^4.2.0",
"progress": "^2.0.3"
},
"scripts": {
"build": "tsc -d",
"prepublishOnly": "yarn build"
},
"files": [
"dist"
]
"name": "@prisma/fetch-engine",
"version": "0.3.10",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@types/fs-extra": "8.0.1",
"@types/node": "^12.12.8",
"@types/node-fetch": "^2.5.3",
"@types/progress": "^2.0.3",
"ncc": "^0.3.6",
"typescript": "^3.7.2"
},
"dependencies": {
"@prisma/get-platform": "0.1.8",
"chalk": "^3.0.0",
"debug": "^4.1.1",
"find-cache-dir": "^3.1.0",
"htmlparser2": "^4.0.0",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^3.0.1",
"make-dir": "^3.0.0",
"node-fetch": "^2.6.0",
"p-retry": "^4.2.0",
"progress": "^2.0.3"
},
"scripts": {
"build": "tsc -d",
"prepublishOnly": "pnpm run build"
},
"files": [
"dist"
]
}
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