Socket
Socket
Sign inDemoInstall

elm-kitchen

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-kitchen - npm Package Compare versions

Comparing version 3.3.1 to 4.0.0

skeleton/public/main.css

2

package.json
{
"name": "elm-kitchen",
"version": "3.3.1",
"version": "4.0.0",
"description": "An utility to generate an Elm SPA skeleton.",

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

@@ -15,3 +15,2 @@ # elm-kitchen

- [elm-test](https://github.com/elm-community/elm-test) support
- [elm-css](http://package.elm-lang.org/packages/rtfeldman/elm-css/latest) support
- JavaScript build minification using UglifyJS.

@@ -18,0 +17,0 @@

@@ -14,3 +14,2 @@ # elm-kitchen

- [elm-css](http://package.elm-lang.org/packages/rtfeldman/elm-css/latest) support
- JavaScript build minification using UglifyJS.

@@ -17,0 +16,0 @@ ## Code organization

@@ -11,16 +11,13 @@ {

"elm/core": "1.0.2",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.2",
"elm/url": "1.0.0",
"elm-explorations/markdown": "1.0.0",
"rtfeldman/elm-css": "16.0.0"
"elm-explorations/markdown": "1.0.0"
},
"indirect": {
"Skinney/murmur3": "2.0.7",
"elm/bytes": "1.0.7",
"elm/file": "1.0.1",
"elm/html": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.0",
"rtfeldman/elm-hex": "1.0.0"
"elm/virtual-dom": "1.0.0"
}

@@ -27,0 +24,0 @@ },

@@ -12,3 +12,2 @@ {

"deploy": "npm run build && gh-pages --dist build/",
"install": "elm make src/Main.elm",
"live": "elm-live src/Main.elm --port=3000 --dir=public/ -- --output=public/app.js",

@@ -15,0 +14,0 @@ "optimize": "uglifyjs build/app.js -c $npm_package_uglify_params | uglifyjs -m --output=build/app.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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