Socket
Socket
Sign inDemoInstall

npm-package-arg

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-package-arg - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

test/bitbucket.js~

4

package.json
{
"name": "npm-package-arg",
"version": "4.0.0",
"version": "4.0.1",
"description": "Parse the things that can be arguments to `npm install`",

@@ -10,3 +10,3 @@ "main": "npa.js",

"dependencies": {
"hosted-git-info": "^2.0.2",
"hosted-git-info": "^2.1.4",
"semver": "4"

@@ -13,0 +13,0 @@ },

@@ -98,3 +98,3 @@ var npa = require("../npa.js")

type: "local",
spec: "/path/to/foo",
spec: path.resolve(__dirname, "/path/to/foo"),
raw: "/path/to/foo"

@@ -101,0 +101,0 @@ },

@@ -60,3 +60,3 @@ var npa = require("../npa.js")

hosted: { type: "bitbucket" },
spec: "https://bitbucket.org/user/foo.git",
spec: "git+https://bitbucket.org/user/foo.git",
raw: "https://bitbucket.org/user/foo.git"

@@ -63,0 +63,0 @@ },

@@ -76,3 +76,3 @@ var npa = require("../npa.js")

hosted: { type: "github" },
spec: "https://github.com/user/foo.git",
spec: "git+https://github.com/user/foo.git",
raw: "https://github.com/user/foo.git"

@@ -79,0 +79,0 @@ },

@@ -60,3 +60,3 @@ var npa = require("../npa.js")

hosted: { type: "gitlab" },
spec: "https://gitlab.com/user/foo.git",
spec: "git+https://gitlab.com/user/foo.git",
raw: "https://gitlab.com/user/foo.git"

@@ -63,0 +63,0 @@ },

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