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.7.1

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

### 2015-11-07 ver. 0.7.1
* Allow directive in html to use multi lines (see https://github.com/jwvdiermen/grunt-include-source/pull/44)
### 2015-09-19 ver. 0.7.0

@@ -9,0 +13,0 @@

2

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

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

@@ -58,3 +58,3 @@ /*

var parsers = {
'html': parseSource('HTML', /<!---?\s*include:\s+(.*)\s*-?--\s*>/gi),
'html': parseSource('HTML', /<!---?\s*include:([\s\S]*?)-?--\s*>/gi),
'haml': parseSource('HAML', /-#\s+include:\s+(.*)/gi),

@@ -61,0 +61,0 @@ 'jade': parseSource('JADE', /\/\/-?\s+include:\s+(.*)/gi),

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet