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

grunt-preprocess

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-preprocess - npm Package Compare versions

Comparing version

to
4.2.0

.editorconfig

16

package.json
{
"name": "grunt-preprocess",
"description": "Preprocess HTML and JavaScript directives based off environment configuration",
"version": "4.1.0",
"version": "4.2.0",
"homepage": "https://github.com/jsoverson/grunt-preprocess",

@@ -27,3 +27,3 @@ "author": {

"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},

@@ -37,10 +37,10 @@ "scripts": {

"dependencies": {
"preprocess": "~2.1.0"
"preprocess": "~2.3.1"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1"
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-nodeunit": "~0.4.0"
},

@@ -47,0 +47,0 @@ "keywords": [

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

# grunt-preprocess [![Build Status](https://secure.travis-ci.org/jsoverson/grunt-preprocess.png?branch=master)](http://travis-ci.org/onehealth/grunt-preprocess)
# grunt-preprocess [![Build Status](https://secure.travis-ci.org/jsoverson/grunt-preprocess.png?branch=master)](http://travis-ci.org/jsoverson/grunt-preprocess)

@@ -9,3 +9,3 @@ Grunt task around [preprocess](https://github.com/jsoverson/preprocess) npm module

<head>
<title>Your App
<title>Your App</title>

@@ -76,2 +76,6 @@ <!-- @if NODE_ENV='production' -->

},
js : {
src : 'test/test.js',
dest : 'test/test.processed.js'
},
multifile : {

@@ -92,5 +96,8 @@ files : {

},
js : {
src : 'test/test.js',
dest : 'test/test.processed.js'
all_from_dir: {
src: '**/*.tmpl',
ext: '.html',
cwd: 'src',
dest: 'build',
expand: true
}

@@ -108,2 +115,3 @@ }

- 4.2.0 bumped preprocess dep to 2.3.1, bumped dev dependencies
- 4.1.0 bumped preprocess dep to 2.1.0

@@ -110,0 +118,0 @@ - 4.0.0 Switched order of context assignment, small change but necessitated major version

@@ -9,3 +9,2 @@ /*

*/
/*jshint node:true*/

@@ -12,0 +11,0 @@ 'use strict';

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