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

lws-spa

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lws-spa - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

4

index.js

@@ -11,3 +11,3 @@ module.exports = MiddlewareBase => class SPA extends MiddlewareBase {

alias: 's',
typeLabel: '[underline]{file}',
typeLabel: '{underline file}',
description: 'Path to a Single Page App, e.g. app.html.'

@@ -18,3 +18,3 @@ },

type: String,
typeLabel: '[underline]{RegExp}',
typeLabel: '{underline RegExp}',
description: 'A regular expression to identify an asset file. Defaults to "\\.".'

@@ -21,0 +21,0 @@ }

{
"name": "lws-spa",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.2.4",
"version": "0.3.0",
"description": "Middleware adding support for Single Page Applications to lws",

@@ -21,10 +21,10 @@ "repository": "https://github.com/lwsjs/spa.git",

"koa-route": "^3.2.0",
"koa-send": "^4.1.0"
"koa-send": "^4.1.3"
},
"devDependencies": {
"lws": "^1.0.3",
"lws": "^1.2.1",
"lws-static": "^0.4.1",
"req-then": "^0.6.4",
"test-runner": "^0.4.0"
"test-runner": "^0.5.0"
}
}

@@ -13,2 +13,2 @@ [![view on npm](https://img.shields.io/npm/v/lws-spa.svg)](https://www.npmjs.org/package/lws-spa)

&copy; 2016-17 Lloyd Brookes <75pound@gmail.com>.
&copy; 2016-18 Lloyd Brookes <75pound@gmail.com>.

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