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

imessagemodule

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imessagemodule - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

17

index.js

@@ -106,4 +106,4 @@ // local includes

// use applescript to set the second portion of the chat title, if any
// if (chatTitle.indexOf(' ') > -1) {
use applescript to set the second portion of the chat title, if any
if (chatTitle.indexOf(' ') > -1) {
// typo is intentional in my code. error is in apple's headers

@@ -113,8 +113,11 @@ messageHelper('startNewConverstaionInMessages');

setGroupChatTitle(chatTitle, function() { sendMessage(chatMessage, messageCallback); }.bind(this));
// } else {
// // create a new chat, at least with the first portion of the chat title
// buddyHelper('openConversationWithBuddyID', objc(chatTitle), 'serviceName', objc('iMessage'));
} else {
// create a new chat, at least with the first portion of the chat title
messageHelper('startNewConverstaionInMessages');
// sendMessage(chatMessage, messageCallback);
// }
setTimeout(function() {
buddyHelper('openConversationWithBuddyID', objc(chatTitle), 'serviceName', objc('iMessage'));
sendMessage(chatMessage, messageCallback);
}.bind(this), 50)
}
}

@@ -121,0 +124,0 @@

{
"name": "imessagemodule",
"version": "0.1.4",
"version": "0.1.5",
"description": "A fast and reliable module for easily sending iMessages from your Mac",

@@ -5,0 +5,0 @@ "main": "index.js",

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