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

@pnpm/git-resolver

Package Overview
Dependencies
Maintainers
2
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 0.3.0 to 0.3.1

11

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

@@ -15,4 +15,4 @@ "main": "lib/index.js",

"lint": "tslint -c tslint.json --project .",
"tsc": "tsc",
"test": "npm run lint && preview && ts-node test && mos t",
"tsc": "rimraf lib && tsc",
"test": "npm run lint && preview && ts-node test --type-check && mos t",
"md": "mos",

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

"dependencies": {
"@types/node": "^8.0.53",
"@types/node": "^9.3.0",
"got": "^8.0.1",

@@ -54,4 +54,5 @@ "graceful-git": "^1.0.1",

"package-preview": "^1.0.1",
"rimraf": "^2.6.2",
"tape": "^4.8.0",
"ts-node": "^3.3.0",
"ts-node": "^4.0.0",
"tslint": "^5.8.0",

@@ -58,0 +59,0 @@ "typescript": "^2.6.1"

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