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

grunt-jade-tss

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jade-tss - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

package.json
{
"name": "grunt-jade-tss",
"description": "Compile Jade templates To TSS.",
"version": "0.7.2",
"version": "0.7.3",
"homepage": "https://github.com/Casear/Grunt-Jade2TSS",

@@ -6,0 +6,0 @@ "author": {

@@ -68,3 +68,3 @@ (function() {

return xml2tss.convertArray(output.join(grunt.util.normalizelf(options.separator)), function(err, data) {
var d, n, p, result, t, _i, _len;
var d, n, p, result, t, tmpP, _i, _len;
if (!err) {

@@ -75,3 +75,4 @@ result = [];

p = data[_i];
t = new RegExp('\\"' + p + '\\"(\\s*):(\\s*){(\\s|.)*}', "m");
tmpP = p.replace('.', '\.');
t = new RegExp('\\"' + tmpP + '\\"(\\s*):(\\s*){(\\s|.)*}', "m");
if (!t.test(d)) {

@@ -78,0 +79,0 @@ result.push(p);

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