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

mews

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mews - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib/mews/slack.js
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

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