typescript-optional
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "typescript-optional", | ||
"version": "0.1.0", | ||
"description": "", | ||
"version": "1.0.0", | ||
"description": "Optional (like Java) implementation in TypeScript", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.js", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"prepublish": "npm run build-test", | ||
"build": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec dist/test", | ||
"coverage": "remap-istanbul -i coverage/coverage.json -o testResult/lcov.info -t lcovonly", | ||
"coveralls": "coveralls < testResult/lcov.info", | ||
"build-test": "npm run build && npm run test && npm run coverage" | ||
}, | ||
@@ -15,4 +18,11 @@ "author": "bromne", | ||
"devDependencies": { | ||
"@types/mocha": "^2.2.43", | ||
"@types/power-assert": "^1.4.29", | ||
"coveralls": "^3.0.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.5.3", | ||
"power-assert": "^1.4.4", | ||
"remap-istanbul": "^0.9.5", | ||
"typescript": "^2.5.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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 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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8414
6
1
0
6
8
132
1