Comparing version 1.2.0 to 1.2.1
const request = require('request') | ||
exports = module.exports = function(text, token, details) { | ||
let {noParse, link_names, attachments, noLinkUnfurl, noMediaUnfurl} = this | ||
let {noParse, link_names, attachments, noPreview} = this | ||
let form = {text, token, attachments} | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "mews", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "trust your output to a mews", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -156,2 +156,8 @@ # mews | ||
```js | ||
let mew = mews.slack(apiToken, channel) | ||
mew('This is a normal, fully parsed message that shows link previews.') | ||
mew.noParse('<https://api.slack.com/docs/message-formatting|This syntax> is difficult to use.') | ||
``` | ||
## Telegram | ||
@@ -158,0 +164,0 @@ ```js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19507
217