Socket
Socket
Sign inDemoInstall

piping-browser

Package Overview
Dependencies
69
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

11

lib/piping.js

@@ -38,2 +38,13 @@ // Generated by CoffeeScript 1.6.2

return compiled.js + "\n" + comment;
},
"jade": function(file, data) {
var compiled, jade;
jade = require("jade");
compiled = jade.compile(data, {
compileDebug: false,
client: true,
filename: file
});
return "module.exports=" + compiled;
}

@@ -40,0 +51,0 @@ }

2

package.json
{
"name": "piping-browser",
"version": "0.1.5",
"version": "0.1.6",
"description": "Keep your code piping hot! Rebuild your client side code on change without binaries",

@@ -5,0 +5,0 @@ "main": "lib/piping.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc