New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terraform

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terraform - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

lib/stylesheet/processors/scss.js

2

lib/helpers/raw.js

@@ -18,3 +18,3 @@

"html": ["jade", "ejs", "md"],
"css" : ["styl", "less"],
"css" : ["styl", "less", "scss"],
"js" : ["coffee"]

@@ -21,0 +21,0 @@ }

@@ -43,2 +43,3 @@

*/
var render = processors[ext].compile(srcPath, data, callback)

@@ -45,0 +46,0 @@

@@ -27,2 +27,3 @@ var path = require("path")

fs.readFile(srcPath, function(err, data){

@@ -55,3 +56,2 @@

*/
var render = processors[ext].compile(srcPath, dirs, data, callback)

@@ -58,0 +58,0 @@

{
"name": "terraform",
"version": "0.6.1",
"version": "0.6.2",
"description": "pre-processor engine that powers the harp web server",

@@ -23,2 +23,3 @@ "repository" : { "type" : "git", "url" : "https://github.com/sintaxi/terraform.git" },

"ejs" : "0.8.4",
"node-sass": "0.7.0",
"marked": "0.2.9",

@@ -25,0 +26,0 @@ "less" : "1.5.1",

@@ -1,2 +0,2 @@

# terraform
# terraform

@@ -3,0 +3,0 @@ > Terraform is the pre-processor engine for the Harp Web Server. Terraform does not write or serve files. It processes and provides a layout/partial paradgm.

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