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

@pnpm/git-resolver

Package Overview
Dependencies
Maintainers
3
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/git-resolver - npm Package Compare versions

Comparing version 4.1.9 to 4.1.10

6

CHANGELOG.md
# @pnpm/git-resolver
## 4.1.10
### Patch Changes
- 32c9ef4be: execa updated to v5.
## 4.1.9

@@ -4,0 +10,0 @@

11

package.json
{
"name": "@pnpm/git-resolver",
"version": "4.1.9",
"version": "4.1.10",
"description": "Resolver for git-hosted packages",

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

"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/git-resolver/coverage ts-node packages/git-resolver/test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",

@@ -38,5 +38,5 @@ "prepublishOnly": "pnpm run compile",

"@pnpm/resolver-base": "7.1.0",
"graceful-git": "3.0.1",
"graceful-git": "^3.0.2",
"hosted-git-info": "^3.0.7",
"semver": "^7.3.2"
"semver": "^7.3.4"
},

@@ -48,6 +48,5 @@ "devDependencies": {

"@types/semver": "^7.3.4",
"is-windows": "^1.0.2",
"proxyquire": "^2.1.3"
"is-windows": "^1.0.2"
},
"funding": "https://opencollective.com/pnpm"
}

Sorry, the diff of this file is not supported yet

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