Socket
Socket
Sign inDemoInstall

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 3.0.0 to 4.0.0

index.mjs

25

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

@@ -14,22 +14,23 @@ "repository": "https://github.com/lwsjs/spa.git",

"engines": {
"node": ">=10"
"node": ">=14"
},
"exports": "./index.mjs",
"scripts": {
"test": "test-runner test/*.js",
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
"test": "test-runner test/*.mjs",
"cover": "c8 npm test && c8 report --reporter=text-lcov | coveralls"
},
"dependencies": {
"koa-send": "^5.0.0"
"koa-send": "^5.0.1"
},
"devDependencies": {
"coveralls": "^3.0.9",
"lws": "^2.0.8",
"lws-static": "^1.1.3",
"node-fetch": "^2.6.0",
"nyc": "^15.0.0",
"test-runner": "^0.8.13"
"c8": "^7.7.3",
"coveralls": "^3.1.1",
"lws": "^4.0.1",
"lws-static": "^3.0.0",
"node-fetch": "^2.6.1",
"test-runner": "^0.9.6"
},
"files": [
"index.js"
"index.mjs"
]
}

@@ -1,5 +0,6 @@

[![view on npm](https://img.shields.io/npm/v/lws-spa.svg)](https://www.npmjs.org/package/lws-spa)
[![npm module downloads](https://img.shields.io/npm/dt/lws-spa.svg)](https://www.npmjs.org/package/lws-spa)
[![Build Status](https://travis-ci.org/lwsjs/spa.svg?branch=master)](https://travis-ci.org/lwsjs/spa)
[![Dependency Status](https://badgen.net/david/dep/lwsjs/spa)](https://david-dm.org/lwsjs/spa)
[![view on npm](https://badgen.net/npm/v/lws-spa)](https://www.npmjs.org/package/lws-spa)
[![npm module downloads](https://badgen.net/npm/dt/lws-spa)](https://www.npmjs.org/package/lws-spa)
[![Gihub repo dependents](https://badgen.net/github/dependents-repo/lwsjs/spa)](https://github.com/lwsjs/spa/network/dependents?dependent_type=REPOSITORY)
[![Gihub package dependents](https://badgen.net/github/dependents-pkg/lwsjs/spa)](https://github.com/lwsjs/spa/network/dependents?dependent_type=PACKAGE)
[![Node.js CI](https://github.com/lwsjs/spa/actions/workflows/node.js.yml/badge.svg)](https://github.com/lwsjs/spa/actions/workflows/node.js.yml)
[![Coverage Status](https://coveralls.io/repos/github/lwsjs/spa/badge.svg)](https://coveralls.io/github/lwsjs/spa)

@@ -26,4 +27,4 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

&copy; 2016-20 Lloyd Brookes \<75pound@gmail.com\>.
&copy; 2016-21 Lloyd Brookes \<75pound@gmail.com\>.
Tested by [test-runner](https://github.com/test-runner-js/test-runner).

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