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

coffee-distiller

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-distiller - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "coffee-distiller",
"description": "Merge and minify server side coffee-script files with fake CJS wrappers. This tool is useful for developers who want to distribute a SERVER SIDE coffee-script app in the form of single javascript file.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/yi/node-coffee-distiller",

@@ -6,0 +6,0 @@ "author": {

@@ -20,3 +20,3 @@ # coffee-distiller

```bash
sudo npm install coffee-script coffee-distiller -g
npm install coffee-script coffee-distiller -g
```

@@ -29,3 +29,3 @@

```bash
coffee-distiller -i path/to/app.coffe -o dist/app.js
distill -i path/to/app.coffe -o dist/app.js

@@ -32,0 +32,0 @@ # this will generate 3 files in ./dist/ directory:

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