🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@sendly/node

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendly/node - npm Package Compare versions

Comparing version
3.19.0
to
3.19.1
+1
-1
package.json
{
"name": "@sendly/node",
"version": "3.19.0",
"version": "3.19.1",
"description": "Official Sendly Node.js SDK for SMS messaging",

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

@@ -624,3 +624,3 @@ <p align="center">

creditAmount: 5000,
creditSourceWorkspaceId: 'ws_pool',
creditSourceWorkspaceId: 'SOURCE_WORKSPACE_ID',
keyName: 'Production',

@@ -632,3 +632,3 @@ keyType: 'live',

console.log(result.workspace.id);
console.log(result.apiKey?.rawKey); // shown once
console.log(result.key?.key); // shown once
console.log(result.optInPage?.url); // hosted opt-in page

@@ -703,3 +703,3 @@ ```

});
console.log(key.rawKey); // shown once
console.log(key.key); // shown once

@@ -706,0 +706,0 @@ // Revoke a key

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display