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
1
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 4.0.0 to 4.1.0

5

Gruntfile.js

@@ -18,3 +18,6 @@ 'use strict';

context : {
customOption : 'foo'
customOption : 'foo',
foo: function (param) {
return param + '-baz';
}
}

@@ -21,0 +24,0 @@ }

4

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

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

"dependencies": {
"preprocess": "~2.0.0"
"preprocess": "~2.1.0"
},

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

@@ -1,4 +0,4 @@

# grunt-preprocess [![Build Status](https://secure.travis-ci.org/onehealth/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/onehealth/grunt-preprocess)
Grunt task around [preprocess](https://github.com/onehealth/preprocess) npm module
Grunt task around [preprocess](https://github.com/jsoverson/preprocess) npm module

@@ -51,3 +51,3 @@ ## What does it look like?

Type: `Boolean`
Default: `undefined
Default: `undefined`

@@ -106,2 +106,3 @@ Required to enable overwriting of source files

- 4.1.0 bumped preprocess dep to 2.1.0
- 4.0.0 Switched order of context assignment, small change but necessitated major version

@@ -126,6 +127,4 @@ - 3.0.1 Fixed issue arising from undefined options (#19)

Copyright OneHealth Solutions, Inc
Written by Jarrod Overson
Licensed under the Apache 2.0 license.

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

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