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.1 to 0.0.2

mimetypes.json

2

package.json
{
"name": "grunt-manifast",
"version": "0.0.1",
"version": "0.0.2",
"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.appcache';
var templatePath = './template.appcache';
if (!grunt.file.exists(templatePath)) {

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

var mimetypes = {};
var mimetypesPath = '.grunt/mimetypes.json';
var mimetypesPath = './mimetypes.json';
if (!grunt.file.exists(mimetypesPath)) {

@@ -30,0 +30,0 @@ grunt.log.error('Mime types file "' + mimetypesPath + '" was not found.');

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