Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trailervote/express-render

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trailervote/express-render - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Changelog

2

dist/response/headers/link.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc