Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elm-spa

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-spa - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

0

initial-projects/elm-ui/elm.json

@@ -0,0 +0,0 @@ {

2

initial-projects/elm-ui/package.json

@@ -22,4 +22,4 @@ {

"elm-live": "4.0.1",
"elm-spa": "2.0.4"
"elm-spa": "2.0.6"
}
}

@@ -0,0 +0,0 @@ // On load, listen to Elm!

@@ -0,0 +0,0 @@ # your elm-spa

# src/Components
> views shared across the site
# src/Layouts
> where all your pages go
# src/Pages
> where all your pages go
# src/Utils
> a place for helper functions

@@ -22,4 +22,4 @@ {

"elm-live": "4.0.1",
"elm-spa": "2.0.4"
"elm-spa": "2.0.6"
}
}

@@ -0,0 +0,0 @@ // On load, listen to Elm!

@@ -0,0 +0,0 @@ # your elm-spa

# src/Components
> views shared across the site
# src/Layouts
> where all your pages go
# src/Pages
> where all your pages go
# src/Utils
> a place for helper functions
{
"name": "elm-spa",
"version": "2.0.5",
"version": "2.0.6",
"description": "the cli companion tool for ryannhg/elm-spa",

@@ -5,0 +5,0 @@ "main": "src/index.js",

# elm-spa/cli
> the thing that types the stuff
#!/usr/bin/env node
const path = require('path')
const cwd = process.cwd()
const package = require('../package.json')
const { File, Elm, bold } = require('./utils.js')

@@ -132,6 +131,5 @@

build,
help,
'-v': _ => console.info(`elm-spa version ${package.version}`)
help
}
main(process.argv.slice(2))

@@ -0,0 +0,0 @@ const path = require('path')

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

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