New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-coffee

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-coffee - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

CHANGELOG.md
# master
# 0.0.5
* Use `broccoli-filter` instead of `broccoli.Filter`
# 0.0.4

@@ -4,0 +8,0 @@

4

index.js

@@ -1,5 +0,5 @@

var broccoli = require('broccoli')
var Filter = require('broccoli-filter')
module.exports = CoffeeScriptFilter
CoffeeScriptFilter.prototype = Object.create(broccoli.Filter.prototype)
CoffeeScriptFilter.prototype = Object.create(Filter.prototype)
CoffeeScriptFilter.prototype.constructor = CoffeeScriptFilter

@@ -6,0 +6,0 @@ function CoffeeScriptFilter (inputTree, options) {

{
"name": "broccoli-coffee",
"description": "CoffeeScript filter for Broccoli",
"version": "0.0.4",
"version": "0.0.5",
"author": "Jo Liss <joliss42@gmail.com>",

@@ -13,5 +13,4 @@ "main": "index.js",

"dependencies": {
"coffee-script": "~1.6.3",
"broccoli": "0.0.10"
"coffee-script": "~1.6.3"
}
}

@@ -5,2 +5,8 @@ # broccoli-coffee

## Installation
```bash
npm install --save broccoli-coffee
```
## Usage

@@ -7,0 +13,0 @@

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