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.6--beta to 6.0.7--beta

2

dist/package.json
{
"name": "elm-spa",
"version": "6.0.6--beta",
"version": "6.0.7--beta",
"description": "single page apps made easy",

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = (page) => `
module Pages.${page.join('.')} exposing (page)
module Pages.${page.join('.')} exposing (view)

@@ -9,6 +9,6 @@ import View exposing (View)

page : View Never
page =
view : View Never
view =
View.placeholder "${page.join('.')}"
`.trimLeft();
{
"name": "elm-spa",
"version": "6.0.6--beta",
"version": "6.0.7--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.1.0"
"ryannhg/elm-spa": "5.2.0"
},

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

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