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

zapfy-sdk

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

zapfy-sdk - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A package to request all routes on ZapFy",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

@@ -16,5 +16,5 @@ <h1 align="center">Welcome to zapfy-sdk 👋</h1>

shell
npm i zapfy-sdk
# or
yarn add zapfy-sdk

@@ -25,10 +25,10 @@

```js
import { ZapfySdk } from 'zapfy-sdk';
import { ZapfySdk } from 'zapfy-sdk';
await ZapfySdk.Message.sendTextMessage({
destination: '55 27 99999999',
text: 'Uma mensagem de texto diretamente do sdk',
instanceKey: 'INSTANCE_KEY_GOES_HERE',
instanceToken: 'INSTANCE_TOKEN_GOES_HERE'
});
await ZapfySdk.Message.sendTextMessage({
destination: '55 27 99999999',
text: 'Uma mensagem de texto diretamente do sdk',
instanceKey: 'INSTANCE_KEY_GOES_HERE',
instanceToken: 'INSTANCE_TOKEN_GOES_HERE'
});
```

@@ -35,0 +35,0 @@

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