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

grunt-manifast

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-manifast - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.grunt/template.appcache

12

Gruntfile.js

@@ -18,13 +18,13 @@ /*

'tasks/*.js',
'<%= nodeunit.tests %>',
'<%= nodeunit.tests %>'
],
options: {
jshintrc: '.jshintrc',
},
jshintrc: '.jshintrc'
}
},
clean: {
tests: ['tmp'],
tests: ['tmp']
},
nodeunit: {
tests: ['test/*_test.js'],
tests: ['test/*_test.js']
},

@@ -79,3 +79,3 @@ manifast: {

src: ['test/**'],
dest: 'tmp/manifest-custom.csv'
dest: 'tmp/example.appcache'
}

@@ -82,0 +82,0 @@ ]

{
"name": "grunt-manifast",
"version": "0.0.0",
"version": "0.0.1",
"description": "A grunt plugin to assist in generating file manifests.",

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

@@ -15,3 +15,3 @@ /*

var template = '';
var templatePath = '.grunt/template.csv';
var templatePath = '.grunt/template.appcache';
if (!grunt.file.exists(templatePath)) {

@@ -18,0 +18,0 @@ grunt.log.error('Template file "' + templatePath + '" not found.');

@@ -47,3 +47,3 @@ 'use strict';

test.done();
},
}
};
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