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

james-coffee

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

james-coffee - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

Jamesfile.coffee

19

index.js

@@ -1,16 +0,15 @@

// Generated by CoffeeScript 1.4.0
(function() {
var coffee;
var coffee, james;
james = require('james');
coffee = require('coffee-script');
module.exports = function(files) {
return files.map(function(file) {
return {
content: coffee.compile(file.content),
name: file.name.replace(/.coffee$/, '.js')
};
});
};
module.exports = james.transformer(function(file) {
return {
content: coffee.compile(file.content),
name: file.name.replace(/.coffee$/, '.js')
};
});
}).call(this);
{
"name": "james-coffee",
"version": "0.0.1",
"version": "0.0.2",
"description": "James plugin to compile CoffeeScript files.",

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

"dependencies": {
"coffee-script": "~1.6.1"
"coffee-script": "~1.6.1",
"james": "0.0.6"
}
}

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