New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ussd-builder

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ussd-builder - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

lib/ussd-menu.js

@@ -43,2 +43,3 @@ 'use strict';

Type: 'Response',
MaskNextRoute: true,
};

@@ -319,3 +320,3 @@ } else {

serviceCode: args.ServiceCode,
Operator: args.Operator,
operator: args.Operator,
text: args.Type.toLowerCase() === 'initiation' ? this.parseHubtelInitiationText(args) : args.Message,

@@ -328,3 +329,3 @@ };

serviceCode: args.ServiceCode,
Operator: args.Operator,
operator: args.Operator,
text: args.Type.toLowerCase() === 'initiation' ? this.parseHubtelInitiationText(args) : args.Message,

@@ -331,0 +332,0 @@ };

2

package.json
{
"name": "ussd-builder",
"version": "1.1.0",
"version": "1.1.1",
"description": "Easily compose USSD menus using states, compatible with Africastalking, Hubtel and Interpay Ussd API",

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

@@ -116,2 +116,3 @@ # ussd-builder

- **`serviceCode`**: the USSD code registered with your serviceCode
- **`operator`**: the end user's network Operator e.g MTN || AIRTEL || TIGO || VODAFONE etc
- **`phoneNumber`**: the end user's phone Number

@@ -118,0 +119,0 @@ - **`text`**: The raw USSD input. It has the following format ```1*2*4*1```:

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