Socket
Socket
Sign inDemoInstall

@zenvia/zenvia-sms-core

Package Overview
Dependencies
141
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "@zenvia/zenvia-sms-core",
"version": "0.0.1",
"version": "0.0.2",
"description": "Full and official implementation of Zenvia SMS API for NodeJS.",

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

@@ -17,3 +17,3 @@ <img src="https://s3.amazonaws.com/owler-image/logo/zenvia-mobile_owler_20170111_192135_original.png" height="200" />

```javascript
let zcs = require('zenvia-sms-core').callbacksServer;
let zcs = require('@zenvia/zenvia-sms-core').callbacksServer;

@@ -41,3 +41,3 @@ zcs.startServer(81);

const zapi = require('zenvia-sms-core').api;
const zapi = require('@zenvia/zenvia-sms-core').api;

@@ -44,0 +44,0 @@ zapi.setCredentials('account', 'token');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc