kyt-starter-universal
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
{ | ||
"name": "kyt-starter-universal", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -20,4 +20,4 @@ { | ||
"babel-preset-kyt-react": "0.3.0", | ||
"compression": "1.6.2", | ||
"express": "4.15.3", | ||
"compression": "1.7.2", | ||
"express": "4.16.3", | ||
"react": "15.3.0", | ||
@@ -28,3 +28,3 @@ "react-dom": "15.3.0", | ||
"devDependencies": { | ||
"enzyme": "2.4.1", | ||
"enzyme": "2.9.1", | ||
"kyt": "1.0.0-alpha.3", | ||
@@ -34,3 +34,3 @@ "react-addons-test-utils": "15.3.0", | ||
}, | ||
"version": "1.0.0-alpha.3" | ||
"version": "1.0.0-alpha.4" | ||
} |
@@ -10,3 +10,3 @@ import 'babel-polyfill'; | ||
import match from 'react-router/lib/match'; | ||
import template from './template'; | ||
import template from './template'; // eslint-disable-line import/no-restricted-paths | ||
import routes from '../routes'; | ||
@@ -13,0 +13,0 @@ |
@@ -19,5 +19,7 @@ /* eslint-disable prefer-template, max-len */ | ||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css"> | ||
${vo.mainCSSBundle | ||
? '<link rel="stylesheet" type="text/css" href="' + vo.mainCSSBundle + '">' | ||
: ''} | ||
${ | ||
vo.mainCSSBundle | ||
? '<link rel="stylesheet" type="text/css" href="' + vo.mainCSSBundle + '">' | ||
: '' | ||
} | ||
@@ -24,0 +26,0 @@ <title>Universal React Starter Kyt</title> |
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
18467
260
1