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

slush-react-express

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slush-react-express - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

2

package.json
{
"name": "slush-react-express",
"version": "1.0.0",
"version": "1.0.1",
"description": "A generator for a node express web app using react",

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

slush-react-express
==============
[![npm version](https://badge.fury.io/js/slush-react-express.svg)](http://badge.fury.io/js/slush-react-express) [![Build Status](https://travis-ci.org/peterjuras/slush-react-express.svg?branch=master)](https://travis-ci.org/peterjuras/slush-react-express)
> A [slush](http://slushjs.github.io) generator for a [React](https://facebook.github.io/react/) app served by [Express](http://expressjs.com/).

@@ -95,3 +97,3 @@

└── stylesheets
└── index.css # Main app stylesheet
└── index.css/scss # Main app stylesheet
└── index.html # Main browser entry point

@@ -102,5 +104,5 @@ └── tests # Mocha tests go here

### CSS Preprocessor
### SASS
You can choose between `CSS` and `SASS` to use as the CSS Preprocessor for your project.
You can choose to use `SASS` or just plain `CSS` for the styling in your project.

@@ -107,0 +109,0 @@ ### Typescript

@@ -156,3 +156,6 @@ var gulp = require('gulp'),

var filter = gulpFilter(['**/**', '!src/favicon.ico'], { restore: true });
var filter = gulpFilter(['**/**', '!src/favicon.ico'], {
restore: true,
dot: true
});

@@ -159,0 +162,0 @@ es.concat(gulp.src(__dirname + '/templates/full/root/**', { dot: true })

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