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.7.0 to 0.8.0

lib/stylesheet/processors/sass.js

5

lib/helpers/raw.js

@@ -17,3 +17,3 @@ var path = require('path')

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

@@ -500,4 +500,1 @@ }

}

6

lib/stylesheet/processors/scss.js

@@ -14,6 +14,6 @@ var scss = require("node-sass")

var error = new TerraformError ({
source: "SCSS",
source: "Sass",
dest: "CSS",
lineno: arr[1] || 99,
name: "SCSS Error",
name: "Sass Error",
message: (arr[4] ? arr[3].replace("Backtrace", "").trim() + " " + arr[4].trim() : arr[3].trim()).replace(/"/g, '\\"'),

@@ -27,2 +27,2 @@ filename: arr[0] || filePath,

});
}
}
{
"name": "terraform",
"version": "0.7.0",
"version": "0.8.0",
"description": "pre-processor engine that powers the harp web server",

@@ -25,10 +25,10 @@ "repository": {

"dependencies": {
"lru-cache": "2.3.0",
"lru-cache": "2.5.0",
"jade": "0.35.0",
"coffee-script": "1.7.1",
"ejs": "1.0.0",
"node-sass": "0.8.4",
"node-sass": "0.9.3",
"marked": "0.2.9",
"less": "1.7.0",
"stylus": "0.42.3"
"less": "1.7.3",
"stylus": "0.47.1"
},

@@ -35,0 +35,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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