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

fly-coffee

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-coffee - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

17

index.js
module.exports = function () {
this.coffee = function (opts) {
return this
.filter((data) => {
try {
return require("coffee-script").compile(data, opts)
} catch (e) {
this.notify("plugin_error", {
plugin: "coffee",
error: e
})
}
}).notify("plugin_run", { plugin: "coffee" })
}
return this.filter("coffee", (src, opts) => {
try { return require("coffee-script").compile(src, opts) }
catch (e) { throw e }
})
}
{
"name": "fly-coffee",
"version": "0.0.1",
"version": "0.0.2",
"description": "Fly plugin for CoffeeScript",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -47,3 +47,3 @@ <div align="center">

[fly]: https://www.github.com/bucaran/fly
[fly]: https://www.github.com/flyjs/fly

@@ -50,0 +50,0 @@ [fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square

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