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 2.0.1 to 2.0.2

2

index.js

@@ -38,3 +38,3 @@ const EventEmitter = require('events')

return function (ctx, next) {
const route = ctx.request.url
const route = ctx.request.path
let isStatic

@@ -41,0 +41,0 @@ if (options.spaAssetTest) {

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

@@ -26,4 +26,4 @@ "repository": "https://github.com/lwsjs/spa.git",

"coveralls": "^3.0.4",
"lws": "^2.0.0",
"lws-static": "^1.1.1",
"lws": "^2.0.2",
"lws-static": "^1.1.3",
"node-fetch": "^2.6.0",

@@ -30,0 +30,0 @@ "nyc": "^14.1.1",

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