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

gulp-job

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-job - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

changelog.md
# Gulp-job changelog
## 18 February 2015: _0.1.1_
* Typo in readme and dependencies update.
## 16 December 2014: _0.1.0_
* Templates on your object.

16

package.json
{
"name": "gulp-job",
"version": "0.1.0",
"version": "0.1.1",
"description": "Wrap compiled Gulp templates and bind them to an object",

@@ -17,3 +17,3 @@ "main": "index.js",

},
"keywords": [ "Jade" ],
"keywords": [ "Jade", "wrapper", "browser" ],
"license": "MIT",

@@ -26,14 +26,14 @@ "bugs": {

"underscore": "1.7.0",
"gulp-util": "3.0.1",
"gulp-util": "3.0.3",
"through2": "0.6.3"
},
"devDependencies": {
"jshint": "2.5.10",
"jscs": "1.8.1",
"mocha": "2.0.1",
"chai": "1.10.0",
"jshint": "2.6.0",
"jscs": "1.11.3",
"mocha": "2.1.0",
"chai": "2.0.0",
"sinon": "1.12.2",
"sinon-chai": "2.6.0",
"sinon-chai": "2.7.0",
"vinyl": "0.4.6"
}
}

@@ -13,3 +13,3 @@ # [gulp](https://github.com/wearefractal/gulp)-job [![NPM version](http://img.shields.io/npm/v/gulp-job.svg)](https://www.npmjs.org/package/gulp-job) [![Build status](http://img.shields.io/travis/mattyod/gulp-job.svg)](http://travis-ci.org/mattyod/gulp-job)

Gulp job will wrap a file in a seld invoking function that in turn binds the 'file' to a namespace on an object. The following describes the specific use case that lead to the creation of _gulp-job_.
Gulp job will wrap a file in a self invoking function that in turn binds the 'file' to a namespace on an object. The following describes the specific use case that lead to the creation of _gulp-job_.

@@ -16,0 +16,0 @@ Lets say you have a Jade template, something like:

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