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

grunt-github-manifest

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-github-manifest - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

18

Gruntfile.js

@@ -36,20 +36,2 @@ module.exports = function(grunt) {

}
},
local_test: {
options: {
commitHistoryStartDate: {
url: "http://localhost:3000/deployment-info",
path: "$.lastModifiedOn"
// optional:
// date: "2014-01-01" (specify an explicit date)
},
manifestPath: "commit_history.json",
github: {
o_auth_token: "f117ee2b162265dc6a598ddd2dff1ed52788dc82",
user: "christriddle",
repo: "location-nodejs"
}
}
}

@@ -56,0 +38,0 @@ }

2

package.json
{
"name": "grunt-github-manifest",
"version": "0.1.2",
"version": "0.1.3",
"description": "Saves to file the commit history for a Github project from a specified date",

@@ -5,0 +5,0 @@ "main": "Gruntfile.js",

@@ -5,2 +5,4 @@ # grunt-github-manifest

[![Build Status](https://travis-ci.org/christriddle/grunt-github-manifest.svg?branch=master)](https://travis-ci.org/christriddle/grunt-github-manifest)
[![NPM](https://nodei.co/npm/grunt-github-manifest.png)](https://nodei.co/npm/grunt-github-manifest)

@@ -7,0 +9,0 @@

@@ -127,3 +127,3 @@ 'use string';

.then(saveManifest)
.fail(function(err){
.catch(function(err){
grunt.fatal.fail(err);

@@ -137,2 +137,2 @@ })

});
};
};

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