Socket
Socket
Sign inDemoInstall

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 3.4.3 to 3.5.0

templates/full/javascript/.babelrc

5

CHANGELOG.md
Changelog - slush-react-express
==============
# 3.5.0
* Dependency updates for all templates
* Most notably: Using babel 6 for server-side templates and tests in the Full/JavaScript template.
# 3.4.0

@@ -5,0 +10,0 @@

8

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

@@ -32,3 +32,3 @@ "repository": {

"dependencies": {
"empty-dir": "^0.1.0",
"empty-dir": "^0.2.0",
"event-stream": "^3.3.1",

@@ -42,3 +42,3 @@ "gulp": "^3.9.0",

"gulp-template": "^3.0.0",
"inquirer": "^0.10.1",
"inquirer": "^0.12.0",
"run-sequence": "^1.1.4",

@@ -53,5 +53,5 @@ "validate-npm-package-name": "^2.2.2"

"mock-gulp-dest": "^0.1.1",
"should": "^7.1.0",
"should": "^8.2.2",
"typescript": "^1.6.2"
}
}

@@ -0,0 +0,0 @@ slush-react-express

@@ -200,3 +200,2 @@ var gulp = require('gulp');

}
exports.__esModule = true;
exports["default"] = generate;

@@ -0,0 +0,0 @@ // This config file enables you to adjust the default locations and plugin

@@ -0,0 +0,0 @@ 'use strict';

@@ -7,3 +7,3 @@ {

"test": "npm run test-client && npm run test-server",
"test-client": "mocha test/client/ --compilers js:babel-core/register --require=env-test",
"test-client": "mocha test/client/ --compilers js:babel-register --require=env-test",
"test-server": "mocha test/server/ --require=env-test",

@@ -14,3 +14,3 @@ "postinstall": "jspm install"

"express": "^4.13.3",
"express-react-views": "^0.9.0",
"express-react-views": "^0.10.0",
"morgan": "^1.6.1",

@@ -22,4 +22,6 @@ "react": "^0.14.3",

"devDependencies": {
"babel-core": "^5.8.34",
"chokidar-socket-emitter": "^0.3.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.5.1",
"chokidar-socket-emitter": "^0.4.2",
"del": "^2.1.0",

@@ -42,3 +44,3 @@ "env-test": "^1.0.0",

"react-addons-test-utils": "^0.14.3",
"should": "^7.1.1",
"should": "^8.2.2",
"superagent": "^1.4.0"

@@ -45,0 +47,0 @@ },

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React, { Component } from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ 'use strict';

'use strict';
const app = require('./app');
const path = require('path');
const http = require('http');

@@ -39,2 +40,3 @@

app: server,
dir: path.join(__dirname, '..', '..'),
relativeTo: 'src/client/app/',

@@ -41,0 +43,0 @@ });

@@ -0,0 +0,0 @@ const React = require('react');

@@ -14,2 +14,2 @@ const React = require('react');

export default PageComponent;
module.exports = PageComponent;

@@ -0,0 +0,0 @@ import NameLoader from '../../src/client/app/view/NameLoader';

@@ -0,0 +0,0 @@ import NameLoaderView from '../../src/client/app/view/NameLoaderView';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ module.exports = server => {

@@ -0,0 +0,0 @@ // This config file enables you to adjust the default locations and plugin

@@ -0,0 +0,0 @@ 'use strict';

@@ -14,3 +14,3 @@ {

"express": "^4.13.3",
"express-react-views": "^0.9.0",
"express-react-views": "^0.10.0",
"morgan": "^1.6.1",

@@ -22,3 +22,3 @@ "react": "^0.14.3",

"devDependencies": {
"chokidar-socket-emitter": "^0.3.0",
"chokidar-socket-emitter": "^0.4.2",
"del": "^2.1.0",

@@ -43,3 +43,3 @@ "env-test": "^1.0.0",

"react-addons-test-utils": "^0.14.3",
"should": "^7.1.1",
"should": "^8.2.2",
"superagent": "^1.4.0",

@@ -46,0 +46,0 @@ "ts-node": "^0.5.4",

@@ -0,0 +0,0 @@ import * as express from 'express';

@@ -0,0 +0,0 @@ export default class ErrorMessage {

'use strict';
import app from './app';
import * as path from 'path';
import * as http from 'http';

@@ -39,4 +40,5 @@

app: server,
dir: path.join(__dirname, '..', '..'),
relativeTo: 'src/client/app/',
});
}

@@ -0,0 +0,0 @@ import * as request from 'superagent';

@@ -0,0 +0,0 @@ import * as request from 'superagent';

@@ -0,0 +0,0 @@ import * as http from 'http';

@@ -0,0 +0,0 @@ // View that displays a button to call the server

@@ -0,0 +0,0 @@ var express = require('express');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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