Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-tweet

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-tweet - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

copies.sample.json

11

package.json
{
"name": "grunt-tweet",
"description": "Tweet from Grunt task.",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/artpolikarpopov/grunt-tweet",

@@ -31,6 +31,7 @@ "author": {

"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1"
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-shell": "~0.2.2",
"grunt-contrib-watch": "~0.5.3"
},

@@ -37,0 +38,0 @@ "peerDependencies": {

@@ -71,3 +71,5 @@ # grunt-tweet

## Release History
### 0.0.2, Oct 8 2013
Better log. Minor development things.
### 0.0.1, Oct 8 2013
Initial commit.

@@ -57,3 +57,3 @@ /*

// Success message.
grunt.log.ok('Tweet “' + reply.text + '” has been sent');
grunt.log.ok('Tweet “' + reply.text + '” has been sent.');
done();

@@ -60,0 +60,0 @@ }

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