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 6.0.9--beta to 6.0.10--beta

46

dist/src/templates/page.js

@@ -85,28 +85,40 @@ "use strict";

{ static :
{ view : User -> View msg
}
(User
->
{ view : View msg
}
)
-> With () msg
, sandbox :
{ init : User -> model
, update : User -> msg -> model -> model
, view : User -> model -> View msg
}
(User
->
{ init : model
, update : msg -> model -> model
, view : model -> View msg
}
)
-> With model msg
, element :
{ init : User -> ( model, Cmd msg )
, update : User -> msg -> model -> ( model, Cmd msg )
, view : User -> model -> View msg
, subscriptions : User -> model -> Sub msg
}
(User
->
{ init : ( model, Cmd msg )
, update : msg -> model -> ( model, Cmd msg )
, view : model -> View msg
, subscriptions : model -> Sub msg
}
)
-> With model msg
, advanced :
{ init : User -> ( model, Effect msg )
, update : User -> msg -> model -> ( model, Effect msg )
, view : User -> model -> View msg
, subscriptions : User -> model -> Sub msg
}
(User
->
{ init : ( model, Effect msg )
, update : msg -> model -> ( model, Effect msg )
, view : model -> View msg
, subscriptions : model -> Sub msg
}
)
-> With model msg
}
protected =
ElmSpa.protected2
ElmSpa.protected3
{ effectNone = Effect.none

@@ -113,0 +125,0 @@ , fromCmd = Effect.fromCmd

{
"name": "elm-spa",
"version": "6.0.9--beta",
"version": "6.0.10--beta",
"description": "single page apps made easy",

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

@@ -16,3 +16,3 @@ {

"elm/url": "1.0.0",
"ryannhg/elm-spa": "5.2.0"
"ryannhg/elm-spa": "5.3.0"
},

@@ -19,0 +19,0 @@ "indirect": {

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