Socket
Socket
Sign inDemoInstall

@pnpm/git-fetcher

Package Overview
Dependencies
Maintainers
3
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/git-fetcher - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

19

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

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

"test": "npm run tsc && npm run lint && ts-node test --type-check",
"lint": "tslint -c tslint.json --project .",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",

@@ -19,3 +19,3 @@ "prepublishOnly": "npm run tsc"

"engines": {
"node": ">=8"
"node": ">=8.15"
},

@@ -33,6 +33,5 @@ "keywords": [

"dependencies": {
"@types/node": "*",
"dint": "4.0.0",
"execa": "1.0.0",
"path-temp": "1.0.0",
"path-temp": "2.0.0",
"rimraf-then": "1.0.1"

@@ -43,11 +42,11 @@ },

"@pnpm/tslint-config": "0.0.0",
"@types/node": "*",
"@types/tape": "^4.2.31",
"@types/tempy": "^0.2.0",
"rimraf": "2.6.3",
"tape": "4.10.1",
"tempy": "0.2.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"typescript": "3.3.3333"
"tempy": "0.3.0",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5"
}
}
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