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

grunt-sendwithus

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-sendwithus - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

coffeelint.json

2

package.json
{
"name": "grunt-sendwithus",
"version": "0.0.1",
"version": "0.0.2",
"description": "Grunt plugin to deploy your local HTML email templates to sendwithus",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/sendwithus/grunt-sendwithus",

@@ -30,4 +30,6 @@ # grunt-sendwithus

sendwithus: {
options: {}, // Task-specific options go here
src: [] // Target-specific file list goes here
default:{
options: {}, // Task-specific options go here
src: [] // Target-specific file list goes here
}
}

@@ -52,6 +54,8 @@ })

sendwithus: {
options: {
apiKey: 'xxxxxxxxxx'
},
src: ['src/testing.html', 'src/**/*.html']
default: {
options: {
apiKey: 'xxxxxxxxxx'
},
src: ['src/testing.html', 'src/**/*.html']
}
}

@@ -65,2 +69,3 @@ })

## Release History
0.0.2 - Fix the README, and fix named tasks
0.0.1 - Initial release

@@ -67,0 +72,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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