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 1.0.1 to 2.0.0

6

index.js

@@ -1,2 +0,4 @@

module.exports = MiddlewareBase => class SPA extends MiddlewareBase {
const EventEmitter = require('events')
class SPA extends EventEmitter {
description () {

@@ -60,1 +62,3 @@ return 'Support for Single Page Applications.'

}
module.exports = SPA

6

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

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

"coveralls": "^3.0.3",
"lws": "^1.3.1",
"lws-static": "^0.5.0",
"lws": "^2.0.0-7",
"lws-static": "^1.0.0",
"node-fetch": "^2.6.0",

@@ -29,0 +29,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