get-project-version
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "get-project-version", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "This module will return the current project version string. The version string is made of the last git tag or package.json version (if no git tag exists) and the last commit hash.", | ||
@@ -12,14 +12,14 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"git-rev-sync": "^1.6.0", | ||
"minimist": "^1.2.0" | ||
"git-rev-sync": "mikkoh/git-rev-sync#e576ceb4992b995e208b7ae0c859305dcb2a5ebf", | ||
"minimist": "~1.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel": "^6.5.2", | ||
"babel-cli": "^6.11.4", | ||
"babel-core": "^6.13.2", | ||
"babel-preset-shopify": "^13.0.0", | ||
"babel-register": "^6.11.6", | ||
"eslint": "3.3.x", | ||
"eslint-plugin-shopify": "^14.0.0", | ||
"mocha": "^3.0.2" | ||
"babel": "~6.5.2", | ||
"babel-cli": "~6.11.4", | ||
"babel-core": "~6.13.2", | ||
"babel-preset-shopify": "~13.0.0", | ||
"babel-register": "~6.11.6", | ||
"eslint": "~3.3.0", | ||
"eslint-plugin-shopify": "~14.0.2", | ||
"mocha": "~3.0.2" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
12764
1
1
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedgit-rev-sync@1.12.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedgraceful-fs@4.1.11(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedinterpret@1.4.0(transitive)
- Removedis-core-module@2.16.1(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedrechoir@0.6.2(transitive)
- Removedresolve@1.22.10(transitive)
- Removedshelljs@0.7.7(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedgit-rev-sync@mikkoh/git-rev-sync#e576ceb4992b995e208b7ae0c859305dcb2a5ebf
Updatedminimist@~1.2.0