Socket
Socket
Sign inDemoInstall

grunt-add-comment

Package Overview
Dependencies
30
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.3

2

package.json
{
"name": "grunt-add-comment",
"description": "Prepend or append some comments to your autogenerated files",
"version": "1.1.1",
"version": "1.1.3",
"homepage": "https://github.com/PillowPillow/grunt-add-comment",

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

@@ -71,3 +71,3 @@ # grunt-add-comment

options: {
comments: ['this file is autogenerated', 'this file is autogenerated 2'],
comments: ['Autogenerated, do not edit. All changes will be undone.', new Date()],
carriageReturn: "\n",

@@ -74,0 +74,0 @@ prepend: true,

/* this file is autogenerated*/
/* this file is autogenerated 2*/
/*,*/ this file is autogenerated
/*,*/ this file is autogenerated 2
/*,*/ this file is autogenerated
/*,*/ this file is autogenerated 2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc