@trailervote/express-render
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,0 +0,0 @@ # Changelog |
@@ -5,3 +5,3 @@ import { Response } from 'express'; | ||
[p: string]: { | ||
href: string; | ||
href: string | null; | ||
[p: string]: LinkAttributeValue; | ||
@@ -8,0 +8,0 @@ }; |
{ | ||
"name": "@trailervote/express-render", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Common render patterns for the TrailerVote ecosystem", | ||
@@ -27,17 +27,17 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@trailervote/express-logger": "^2.0.1", | ||
"@types/express": "^4.16.0", | ||
"@types/node": "^10.12.18" | ||
"@trailervote/express-logger": "^2.1.1", | ||
"@types/express": "^4.17.1", | ||
"@types/node": "^12.7.12" | ||
}, | ||
"devDependencies": { | ||
"@types/tape": "^4.2.33", | ||
"esm": "^3.1.0", | ||
"husky": "^1.3.1", | ||
"lint-staged": "^8.1.0", | ||
"prettier": "^1.15.3", | ||
"rimraf": "^2.6.3", | ||
"tape": "^4.9.2", | ||
"tslint": "^5.12.1", | ||
"tslint-config-prettier": "^1.17.0", | ||
"typescript": "^3.2.4" | ||
"esm": "^3.2.25", | ||
"husky": "^3.0.9", | ||
"lint-staged": "^9.4.2", | ||
"prettier": "^1.18.2", | ||
"rimraf": "^3.0.0", | ||
"tape": "^4.11.0", | ||
"tslint": "^5.20.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
@@ -50,13 +50,11 @@ "husky": { | ||
"lint-staged": { | ||
"linters": { | ||
"*.{json,css,md}": [ | ||
"prettier --single-quote --no-semi --arrow-parens always --write", | ||
"git add" | ||
], | ||
"*{src,app,__{tests,mocks}__,test,tests}/**/*.{mjs,js,jsx,ts,tsx}": [ | ||
"prettier --single-quote --no-semi --arrow-parens always --write", | ||
"git add" | ||
] | ||
} | ||
"*.{json,css,md}": [ | ||
"prettier --single-quote --no-semi --arrow-parens always --write", | ||
"git add" | ||
], | ||
"*{src,app,__{tests,mocks}__,test,tests}/**/*.{mjs,js,jsx,ts,tsx}": [ | ||
"prettier --single-quote --no-semi --arrow-parens always --write", | ||
"git add" | ||
] | ||
} | ||
} |
@@ -0,0 +0,0 @@ # TrailerVote Express Render |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
17691
+ Added@types/node@12.20.55(transitive)
- Removed@types/node@10.17.60(transitive)
Updated@types/express@^4.17.1
Updated@types/node@^12.7.12