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

grunt-packer

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-packer - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

lib/helpers.js

@@ -94,4 +94,4 @@ var crypto = require('crypto'),

if(!isSane) {
grunt.log.writeln("Warning: ".yellow.bold + path.relative(root, sourceFile));
grunt.log.writeln(errors.join("\n"));
grunt.log.writeln("Warning: ".yellow.bold + path.relative(root, sourceFile) + " skipped");
grunt.log.verbose.writeln(errors.join("\n"));
}

@@ -98,0 +98,0 @@ return isSane;

{
"name": "grunt-packer",
"description": "Grunt plugin to automagically concat JS and CSS files found in HTML",
"version": "0.1.3",
"version": "0.1.4",
"author": "Oleg Elifantiev <oleg@elifantiev.ru>",

@@ -17,4 +17,3 @@ "contributors": [],

"xmldom": "0.1.16",
"grunt": "0.4.x",
"colors": ""
"grunt": "0.4.x"
},

@@ -21,0 +20,0 @@ "devDependencies": {

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