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

koa-simple-static

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-simple-static - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

6

package.json
{
"name": "koa-simple-static",
"description": "Simple caching static file server for Koa 2.",
"version": "0.3.6",
"version": "0.3.7",
"author": {

@@ -45,3 +45,3 @@ "name": "Zac Anger",

"mz": "2.6.0",
"zeelib": "0.9.4"
"zeelib": "0.9.6"
},

@@ -63,3 +63,3 @@ "devDependencies": {

"eslint-plugin-import": "2.3.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-node": "5.0.0",
"eslint-plugin-promise": "3.5.0",

@@ -66,0 +66,0 @@ "eslint-plugin-standard": "3.0.1",

@@ -24,2 +24,12 @@ # Koa Simple Static

If you're on Node < 8.0.0, you'll need to use Babel in front of your server.
```javascript
require('babel-register')({
babelrc: false,
presets: [ require('babel-preset-latest-minimal') ]
})
require('./server')
```
### Options

@@ -26,0 +36,0 @@

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