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

grunt-include-source

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-include-source - npm Package Compare versions

Comparing version

to
0.3.3

0

Gruntfile.js

@@ -0,0 +0,0 @@ /*

2

package.json
{
"name": "grunt-include-source",
"description": "Include your sources into your HTML files automatically.",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/jwvdiermen/grunt-include-source",

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

@@ -63,3 +63,3 @@ # grunt-include-source

basePath: 'app',
includePath: 'public/',
baseUrl: 'public/',
template: {

@@ -95,3 +95,3 @@ html: {

basePath: 'app',
includePath: 'public/',
baseUrl: 'public/',
template: {

@@ -162,3 +162,3 @@ html: {

basePath: 'app',
includePath: 'public/'
baseUrl: 'public/'
},

@@ -165,0 +165,0 @@ myTarget: {

@@ -20,3 +20,3 @@ /*

var parseHtml = function(source) {
var re = /<!--\s+include:\s+(.*)\s+-->/gi,
var re = /<!---?\s*include:\s+(.*)\s*-?--\s*>/gi,
matches,

@@ -23,0 +23,0 @@ results = [];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet