New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-webpack-template

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-webpack-template - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

4

CHANGELOG.md
# react-webpack-template - Changelog
## 1.6.1:
1. Updated eslint-plugin-react to 5.x
## 1.6.0:

@@ -4,0 +8,0 @@

4

package.json
{
"name": "react-webpack-template",
"version": "1.6.0",
"version": "1.6.1",
"description": "A base skeleton template for react and webpack without task runners",

@@ -51,3 +51,3 @@ "main": "server.js",

"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^4.0.0",
"eslint-plugin-react": "^5.0.0",
"file-loader": "^0.8.4",

@@ -54,0 +54,0 @@ "glob": "^7.0.0",

@@ -10,3 +10,3 @@ 'use strict';

// Set the correct environment
var env;
let env;
if (args._.length > 0 && args._.indexOf('start') !== -1) {

@@ -13,0 +13,0 @@ env = 'test';

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