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

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.4.18 to 0.5.0

3

lib/default_config.js

@@ -41,4 +41,3 @@ var path = require("path");

publishers: {
"s3": path.join(__dirname, "publishers/s3.js"),
"sftp": path.join(__dirname, "publishers/sftp.js")
"s3": path.join(__dirname, "publishers/s3.js")
},

@@ -45,0 +44,0 @@

@@ -40,3 +40,2 @@ exports.AssetBundler = require("./asset_bundler.js");

exports.Publishers.S3 = require("./publishers/s3.js");
exports.Publishers.Sftp = require("./publishers/sftp.js");

@@ -43,0 +42,0 @@ exports.TemplateEngines = {};

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

],
"version": "0.4.18",
"version": "0.5.0",
"homepage": "https://github.com/laktek/punch",

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

"mustache": ">0.7.0 || >=0.5.2 <0.7.0",
"sftp": "git://github.com/laktek/node-sftp.git",
"uglify-js": ">= 1.3.3",

@@ -44,0 +43,0 @@ "underscore": ">= 1.4.2"

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