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.3.0 to 1.3.1

4

CHANGELOG.md
# react-webpack-template - Changelog
## 1.3.1:
1. Removed karma-phantomjs-shim (with PhantomJS 2 there is no need for shims anymore)
## 1.3.0:

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

2

karma.conf.js

@@ -12,3 +12,3 @@ var webpackCfg = require('./webpack.config');

captureTimeout: 60000,
frameworks: [ 'phantomjs-shim', 'mocha', 'chai' ],
frameworks: [ 'mocha', 'chai' ],
client: {

@@ -15,0 +15,0 @@ mocha: {}

{
"name": "react-webpack-template",
"version": "1.3.0",
"version": "1.3.1",
"description": "A base skeleton template for react and webpack without task runners",

@@ -60,3 +60,2 @@ "main": "server.js",

"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.1.1",
"karma-sourcemap-loader": "^0.3.5",

@@ -63,0 +62,0 @@ "karma-webpack": "^1.7.0",

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