Skip to content

Prevent sneaky little CoffeeScript module from ruining your day!

Notifications You must be signed in to change notification settings

ljharb/coffeefilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeFilter

Have you or someone on your team ever accidently installed a module without knowing it was "Generated by CoffeeScript"? I know the feeling and its horrible! Well have no fear, CoffeeFilter is here to save your day!

Just simply install and as soon as your app attempts to use a module generated by CoffeeScript, your application will segfault for you! YAY!

Note

I can't believe I have to put this on there, but this is a j-o-k-e. Please don't actually use this in your apps. :-)

Install

npm install coffeefilter

Usage

Just require it before everything else:

require('coffeefilter');
var obj = require('bastard-who-might-ruin-your-day');

About

Prevent sneaky little CoffeeScript module from ruining your day!

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%