Socket
Socket
Sign inDemoInstall

@pnpm/git-fetcher

Package Overview
Dependencies
74
Maintainers
3
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.8 to 3.0.9

7

CHANGELOG.md
# @pnpm/git-fetcher
## 3.0.9
### Patch Changes
- 212671848: Update tempy to v1.
- @pnpm/fetcher-base@9.0.1
## 3.0.8

@@ -4,0 +11,0 @@

14

package.json
{
"name": "@pnpm/git-fetcher",
"version": "3.0.8",
"version": "3.0.9",
"description": "A fetcher for git-hosted packages",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"scripts": {
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/git-fetcher/coverage ts-node packages/git-fetcher/test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",

@@ -21,3 +21,3 @@ "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",

"engines": {
"node": ">=10.13"
"node": ">=10.16"
},

@@ -35,11 +35,11 @@ "keywords": [

"dependencies": {
"@pnpm/fetcher-base": "9.0.0",
"@pnpm/fetcher-base": "9.0.1",
"@zkochan/rimraf": "^1.0.0",
"execa": "^4.0.3",
"tempy": "^0.7.0"
"tempy": "^1.0.0"
},
"devDependencies": {
"@pnpm/cafs": "2.0.0",
"@pnpm/cafs": "2.0.1",
"@pnpm/git-fetcher": "link:",
"@pnpm/types": "6.2.0",
"@pnpm/types": "6.3.0",
"p-defer": "^3.0.0"

@@ -46,0 +46,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc