Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "git-diff", | ||
"version": "1.0.0", | ||
"description": "", | ||
"version": "1.0.1", | ||
"description": "Returns the git diff of two strings", | ||
"author": "Daniel Lewis BSc (Hons)", | ||
"license": "ISC", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "./node_modules/.bin/istanbul cover -x \"**/*.spec.js\" ./node_modules/mocha/bin/_mocha", | ||
"enforcer": "./node_modules/.bin/istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100", | ||
"build": "npm-run-all test enforcer", | ||
"prepush": "npm run build" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/danday74/git-diff.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/danday74/git-diff/issues" | ||
}, | ||
"homepage": "https://github.com/danday74/git-diff#readme", | ||
"keywords": [ | ||
"diff", | ||
"git diff", | ||
"string diff" | ||
], | ||
"dependencies": { | ||
"diff": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.1", | ||
"coveralls": "2.11.16", | ||
"eslint": "^4.5.0", | ||
"husky": "^0.14.3", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.5.0", | ||
"npm-run-all": "^4.0.2", | ||
"sinon": "^3.2.1", | ||
"sinon-chai": "^2.13.0" | ||
}, | ||
"engines": { | ||
"node": ">= 4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
68577
13
91
1
0
0
11
0
0
1
9
+ Addeddiff@^3.3.0
+ Addeddiff@3.5.0(transitive)