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

coffeeify-cached

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeeify-cached - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

package.json
{
"name": "coffeeify-cached",
"version": "2.1.0",
"description": "browserify plugin for coffee-script with support for mixed .js and .coffee files",
"version": "2.1.1",
"description": "browserify plugin for coffee-script with support for mixed .js and .coffee files (with compile cache)",
"main": "index.js",

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

@@ -5,2 +5,5 @@ # coffeeify [![Build Status](https://travis-ci.org/jnordberg/coffeeify.svg?branch=master)](https://travis-ci.org/jnordberg/coffeeify)

## Difference
The difference between this package and the original [coffeeify](http://ghub.io/coffeeify) is that this module caches coffeescript compilations according to the files' hashes and stores them to disk so that next time a file with the same hash will be processed re-compilation won't be needed.
## Example

@@ -7,0 +10,0 @@

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