Socket
Socket
Sign inDemoInstall

punch

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

punch - npm Package Compare versions

Comparing version 0.5.13 to 0.5.14

example/templates/assets/js/classes.coffee

4

lib/compilers/coffee_script.js
var coffee_script = require("coffee-script");
module.exports = {
compiler_options: {},
//compiler_options: {},
force_compile: false,

@@ -14,3 +14,3 @@

try {
output = coffee_script.compile(input, self.compiler_options);
output = coffee_script.compile(input);
} catch(error) {

@@ -17,0 +17,0 @@ err = error;

@@ -15,3 +15,3 @@ {

],
"version": "0.5.13",
"version": "0.5.14",
"homepage": "https://github.com/laktek/punch",

@@ -30,3 +30,3 @@ "author": "Lakshan Perera <lakshan@web2media.net> (http://laktek.com)",

"dependencies": {
"coffee-script": ">= 1.3.3",
"coffee-script": ">= 1.4.0",
"connect": ">= 2.4.4",

@@ -33,0 +33,0 @@ "cssmin": ">= 0.3.1",

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