Socket
Socket
Sign inDemoInstall

twee-cookies-extension

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    twee-cookies-extension

Cookies Extension for Twee.io Framework - MVC Framework for Node.js based on Express.js


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
35.5 kB
Created
Weekly downloads
 

Readme

Source

twee-cookies-extension

Twee.io Logo

Gitter npm npm

Cookies extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js. Simple installer of cookie-parser into framework

To install it use this command:

npm install twee-cookies-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-cookies-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "Cookies": {
            "module": "twee-cookies-extension"
        }
    }
};

Keywords

FAQs

Last updated on 28 Jan 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc