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

coffee4clients

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee4clients - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "coffee4clients",
"version": "0.1.3",
"version": "0.1.4",
"description": "Extends Express.js such that when a .coffee file is accessed through an express server the response is the compiled javascript instead of the source coffeescript",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/balupton/coffee4clients.npm",

@@ -11,3 +11,3 @@ # Coffee4Clients

2. Install it
2. Install Coffee4Clients

@@ -33,7 +33,8 @@ npm install coffee4clients

``` coffeescript
// Include Coffee4Clients
# Include Coffee4Clients
coffee4clients = require 'coffee4clients'
// Setup with your Express Server
# Setup with your Express Server
coffee4clients.setup app, publicPath
```

@@ -40,0 +41,0 @@ The `app` variable is your express server, and the `publicPath` variable is the full path to your server root

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