🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

elm-hot-webpack-loader

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-hot-webpack-loader - npm Package Compare versions

Comparing version

to
1.1.1

12

package.json
{
"name": "elm-hot-webpack-loader",
"version": "1.0.2",
"version": "1.1.1",
"description": "Webpack loader providing hot code swapping for Elm",

@@ -35,7 +35,7 @@ "keywords": [

"file-loader": "1.1.10",
"puppeteer": "^1.5.0",
"puppeteer": "^1.19.0",
"tap-xunit": "^2.3.0",
"webpack": "4.0.1",
"webpack-cli": "2.0.9",
"webpack-dev-server": "3.0.0"
"webpack": "^4.29.2",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},

@@ -46,4 +46,4 @@ "peerDependencies": {

"dependencies": {
"elm-hot": "^1.0.1"
"elm-hot": "^1.1.1"
}
}

@@ -12,2 +12,5 @@ [![CircleCI](https://circleci.com/gh/klazuka/elm-hot-webpack-loader.svg?style=svg)](https://circleci.com/gh/klazuka/elm-hot-webpack-loader)

### 1.1.1
- upgrade elm-hot to 1.1.1 (prep for future Elm compiler release)
### 1.0.2

@@ -14,0 +17,0 @@ - upgrade elm-hot to 1.0.1 (various bug fixes)