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

kyt-starter-universal

Package Overview
Dependencies
Maintainers
3
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kyt-starter-universal - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

2

package.json
{
"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>

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