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

cordova-plugin-twitter-composer

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

cordova-plugin-twitter-composer - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "cordova-plugin-twitter-composer",
"version": "0.0.5",
"version": "0.0.6",
"description": "cordova-plugin-twitter-composer",

@@ -5,0 +5,0 @@ "cordova" : {

@@ -25,3 +25,3 @@ # cordova-plugin-twitter-composer

this plugin use cocoapod. please install cocoapods
This plugin use cocoapods. please install cocoapods

@@ -40,3 +40,3 @@ ```

// login and compose
TWComposer.compse(text, imageURL).then(res => {

@@ -51,2 +51,7 @@ // success or canceling tweet

});
// logout method
TWComposer.logout().then(() => {
// after logout
});
```

@@ -14,4 +14,13 @@ 'use strict'

},
logout: function() {
return new Promise((resolve, reject) => {
exec(response => {
resolve(response);
}, error => {
reject(error);
} , 'TWComposer', 'logout');
});
}
};
module.exports = TWComposer;

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