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

@pnpm/git-utils

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/git-utils - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

14

package.json
{
"name": "@pnpm/git-utils",
"version": "0.1.0",
"version": "1.0.0",
"description": "Utilities for git",

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

"engines": {
"node": ">=14.6"
"node": ">=16.14"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/git-utils",
"keywords": [
"pnpm7",
"pnpm8",
"pnpm",

@@ -28,7 +28,7 @@ "git",

"dependencies": {
"execa": "npm:safe-execa@^0.1.1"
"execa": "npm:safe-execa@0.1.2"
},
"devDependencies": {
"@pnpm/git-utils": "0.1.0",
"tempy": "^1.0.0"
"tempy": "^1.0.1",
"@pnpm/git-utils": "1.0.0"
},

@@ -40,3 +40,3 @@ "funding": "https://opencollective.com/pnpm",

"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",

@@ -43,0 +43,0 @@ "test": "pnpm run compile && pnpm run _test",

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