Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

assembot

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assembot - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+1
-1
lib/converter.js

@@ -211,3 +211,3 @@ // Generated by CoffeeScript 1.5.0

output = eco.precompile(source);
return converted(null, output, opts);
return converted(null, "module.exports= " + output + ";", opts);
};

@@ -214,0 +214,0 @@ });

{
"name": "assembot",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Simple asset assembly bot for compiling/combining client-side js and css files.",

@@ -156,3 +156,3 @@ path= require 'path'

output= eco.precompile source
converted null, output, opts
converted null, """module.exports= #{output};""", opts

@@ -159,0 +159,0 @@ addJsConvertor '.ejs', 'ejs', (ejs)->