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.15 to 1.0.0-alpha.16

2

package.json
{
"name": "kyt-starter-universal",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "",

@@ -5,0 +5,0 @@ "repository": {

@@ -5,3 +5,2 @@ // Production webpack config for client code

const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const clone = require('lodash.clonedeep');
const postcssLoader = require('../utils/getPostcssLoader');

@@ -13,13 +12,2 @@ const { clientSrcPath, assetsBuildPath, publicSrcPath } = require('kyt-utils/paths')();

const cssStyleLoaders = [
{
loader: 'css-loader',
options: {
modules: true,
localIdentName: '[name]-[local]--[hash:base64:5]',
},
},
postcssLoader,
];
module.exports = options => ({

@@ -130,2 +118,4 @@ target: 'web',

new OptimizeCSSAssetsPlugin({}),
new webpack.LoaderOptionsPlugin({

@@ -132,0 +122,0 @@ minimize: true,

{
"name": "stylelint-config-kyt",
"version": "1.0.0-alpha.14",
"version": "1.0.0-alpha.15",
"main": "stylelintrc.json",

@@ -5,0 +5,0 @@ "description": "StyleLint configuration for kyt projects.",

{
"name": "kyt",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "kyt is a toolkit that encapsulates and manages the configuration for web apps.",

@@ -66,3 +66,3 @@ "author": "NYTimes",

"stylelint": "^9.1.3",
"stylelint-config-kyt": "1.0.0-alpha.14",
"stylelint-config-kyt": "1.0.0-alpha.15",
"stylelint-config-standard": "18.2.0",

@@ -69,0 +69,0 @@ "temp": "0.8.3",

@@ -28,7 +28,7 @@ {

"enzyme": "2.9.1",
"kyt": "1.0.0-alpha.15",
"kyt": "1.0.0-alpha.16",
"react-addons-test-utils": "15.3.0",
"react-hot-loader": "3.0.0-beta.6"
},
"version": "1.0.0-alpha.15"
"version": "1.0.0-alpha.16"
}
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