Giter VIP home page Giter VIP logo

alchemist-middleware's People

Contributors

kylemac avatar notslang avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alchemist-middleware's Issues

Update *send* dependency

See https://nodesecurity.io/advisories/send-directory-traversal


Just for giggles, here's the full list of outdated modules:

$ git clone https://github.com/carrot/alchemist-middleware.git .

$ npm install

$ npm shrinkwrap --dev
wrote npm-shrinkwrap.json

$ # sudo npm i nsp -g
$ nsp audit-shrinkwrap
Name  Installed   Patched  Vulnerable Dependency
qs      0.6.5     >= 1.x   alchemist-middleware > chai-http > superagent
qs      0.6.6     >= 1.x   alchemist-middleware > coveralls > request
send    0.6.0    >= 0.8.4  alchemist-middleware

$ npm outdated --depth 0
Package        Current  Wanted  Latest  Location
coffee-script    1.7.1   1.7.1   1.8.0  coffee-script
send             0.6.0   0.6.0   0.9.1  send

$ travis-lint # http://lint.travis-ci.org/carrot/alchemist-middleware

$ # sudo npm i pjv -g
$ pjv -wr
{ valid: true,
  warnings:
   [ 'Missing recommended field: keywords',
     'Missing recommended field: bugs',
     'Missing recommended field: contributors' ],
  recommendations: [ 'Missing optional field: homepage' ] }

Don't end the request after a file has been found

Just because a file has been found doesn't mean the middleware stack is done doing it's business. Currently, if a file is found, it serves the file and ends the request. However, I'd like for it to simply format the request and pass it on, in case any other middleware have things to say about it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.