Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "fefe", | ||
"version": "1.0.0-alpha.1", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Validate, sanitize and transform values with proper types.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc", | ||
"lint": "tslint -p tsconfig.json src/**/*.ts", | ||
"prepare": "npm run build", | ||
"test": "mocha --opts ./mocha.opts", | ||
"test-cover": "nyc npm test", | ||
"test-cover-submit": "nyc report --reporter=json && codecov -f coverage/*.json" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/paperhive/fefe.git" | ||
}, | ||
"keywords": [ | ||
"validate", | ||
"sanitize", | ||
"transform", | ||
"parse", | ||
"validation", | ||
"sanitization", | ||
"transformation", | ||
"whitelist", | ||
"whitelisting", | ||
"parsing", | ||
"types", | ||
"typings", | ||
"typescript" | ||
], | ||
"author": "André Gaul <andre@paperhive.org>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/paperhive/fefe/issues" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^5.2.5", | ||
"@types/ramda": "^0.25.39", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.1.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.0.1", | ||
"ramda": "^0.25.0", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.1.2" | ||
} | ||
} |
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
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 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
45797
52
662
0
2
1
87
0
12