Socket
Socket
Sign inDemoInstall

realize-package-specifier

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realize-package-specifier - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

4

package.json
{
"name": "realize-package-specifier",
"version": "2.2.0",
"version": "3.0.0",
"description": "Like npm-package-arg, but more so, producing full file paths and differentiating local tar and directory sources.",

@@ -18,3 +18,3 @@ "main": "index.js",

"dezalgo": "^1.0.1",
"npm-package-arg": "^3.1.0"
"npm-package-arg": "^4.0.0"
},

@@ -21,0 +21,0 @@ "devDependencies": {

@@ -13,3 +13,3 @@ var test = require("tap").test;

hosted: { type: "bitbucket" },
spec: "git+ssh://git@bitbucket.org/user/foo-js.git",
spec: "bitbucket:user/foo-js",
raw: "bitbucket:user/foo-js"

@@ -22,3 +22,3 @@ },

hosted: { type: "bitbucket" },
spec: "git+ssh://git@bitbucket.org/user/foo-js.git#bar/baz",
spec: "bitbucket:user/foo-js#bar/baz",
raw: "bitbucket:user/foo-js#bar/baz"

@@ -31,3 +31,3 @@ },

hosted: { type: "bitbucket" },
spec: "git+ssh://git@bitbucket.org/user..blerg--/..foo-js.git# . . . . . some . tags / / /",
spec: "bitbucket:user..blerg--/..foo-js# . . . . . some . tags / / /",
raw: "bitbucket:user..blerg--/..foo-js# . . . . . some . tags / / /"

@@ -40,3 +40,3 @@ },

hosted: { type: "bitbucket" },
spec: "git+ssh://git@bitbucket.org/user/foo-js.git#bar/baz/bin",
spec: "bitbucket:user/foo-js#bar/baz/bin",
raw: "bitbucket:user/foo-js#bar/baz/bin"

@@ -49,3 +49,3 @@ },

hosted: { type: "bitbucket" },
spec: "git+ssh://git@bitbucket.org/user/foo-js.git",
spec: "bitbucket:user/foo-js",
raw: "foo@bitbucket:user/foo-js"

@@ -66,3 +66,3 @@ },

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

@@ -69,0 +69,0 @@ },

@@ -13,3 +13,3 @@ var test = require("tap").test;

hosted: { type: "github" },
spec: "git+ssh://git@github.com/user/foo-js.git",
spec: "github:user/foo-js",
raw: "user/foo-js"

@@ -22,3 +22,3 @@ },

hosted: { type: "github" },
spec: "git+ssh://git@github.com/user/foo-js.git#bar/baz",
spec: "github:user/foo-js#bar/baz",
raw: "user/foo-js#bar/baz"

@@ -31,3 +31,3 @@ },

hosted: { type: "github" },
spec: "git+ssh://git@github.com/user..blerg--/..foo-js.git# . . . . . some . tags / / /",
spec: "github:user..blerg--/..foo-js# . . . . . some . tags / / /",
raw: "user..blerg--/..foo-js# . . . . . some . tags / / /"

@@ -40,3 +40,3 @@ },

hosted: { type: "github" },
spec: "git+ssh://git@github.com/user/foo-js.git#bar/baz/bin",
spec: "github:user/foo-js#bar/baz/bin",
raw: "user/foo-js#bar/baz/bin"

@@ -49,3 +49,3 @@ },

hosted: { type: "github" },
spec: "git+ssh://git@github.com/user/foo-js.git",
spec: "github:user/foo-js",
raw: "foo@user/foo-js"

@@ -58,3 +58,3 @@ },

hosted: { type: "github" },
spec: "git+ssh://git@github.com/user/foo-js.git",
spec: "github:user/foo-js",
raw: "github:user/foo-js"

@@ -75,3 +75,3 @@ },

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

@@ -84,3 +84,3 @@ },

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

@@ -103,3 +103,3 @@ },

hosted: { type: "github" },
spec: "git+ssh://git@github.com/bar/foo.git",
spec: "github:bar/foo",
raw: "foo@bar/foo"

@@ -106,0 +106,0 @@ }

@@ -13,3 +13,3 @@ var test = require("tap").test;

hosted: { type: "gitlab" },
spec: "git+ssh://git@gitlab.com/user/foo-js.git",
spec: "gitlab:user/foo-js",
raw: "gitlab:user/foo-js"

@@ -22,3 +22,3 @@ },

hosted: { type: "gitlab" },
spec: "git+ssh://git@gitlab.com/user/foo-js.git#bar/baz",
spec: "gitlab:user/foo-js#bar/baz",
raw: "gitlab:user/foo-js#bar/baz"

@@ -31,3 +31,3 @@ },

hosted: { type: "gitlab" },
spec: "git+ssh://git@gitlab.com/user..blerg--/..foo-js.git# . . . . . some . tags / / /",
spec: "gitlab:user..blerg--/..foo-js# . . . . . some . tags / / /",
raw: "gitlab:user..blerg--/..foo-js# . . . . . some . tags / / /"

@@ -40,3 +40,3 @@ },

hosted: { type: "gitlab" },
spec: "git+ssh://git@gitlab.com/user/foo-js.git#bar/baz/bin",
spec: "gitlab:user/foo-js#bar/baz/bin",
raw: "gitlab:user/foo-js#bar/baz/bin"

@@ -49,3 +49,3 @@ },

hosted: { type: "gitlab" },
spec: "git+ssh://git@gitlab.com/user/foo-js.git",
spec: "gitlab:user/foo-js",
raw: "foo@gitlab:user/foo-js"

@@ -66,3 +66,3 @@ },

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

@@ -69,0 +69,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