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

coffee-script-mapped

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

coffee-script-mapped

coffee-script with stack trace mapping

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

coffee-script-mapped

At the moment the coffee-script node.js module lacks proper support for stack-traces when compile coffeescript files. This module adds the correct line and column indication in stack-traces for coffee-script modules loaded with require() or parsed using the coffeem command (which replaces coffee command).

to install :

npm install coffee-script-mapped

to run as a command line you can call coffeem (which works exactly as the coffee command, except it'll have proper stacktraces)

Notes:

  • the "coffee-script-mapped" module exports the coffee-script module, so you can use it wherever you used the coffee-script module
  • this module does not provide the "coffee-script" module, you need to provide it on you own (this is so that any version can be used)
  • this module caches sourcemaps for all coffee-scripts, so it might create some overhead.
  • you can pass --no-source-maps to the node or coffeem commands to disable this module (which will revert to the standard coffee-script module)

License MIT: http://opensource.org/licenses/MIT

Acknowledgments:

FAQs

Package last updated on 12 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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