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

sms77-client

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sms77-client - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

19

dist/types.d.ts

@@ -150,13 +150,14 @@ import { GSM_CODES } from './constants/GSM_CODES';

export declare type CountryNetwork = {
comment: string;
features: string[];
mcc: string;
mncs: string[];
networkName: string;
price: number;
};
export declare type CountryPricing = {
countryCode: string;
countryName: string;
countryPrefix: string;
networks: {
comment: string;
features: string[];
mcc: string;
mncs: string[];
networkName: string;
price: number;
};
networks: CountryNetwork[];
};

@@ -166,3 +167,3 @@ export declare type PricingResponse = {

countNetworks: number;
countries: CountryNetwork[];
countries: CountryPricing[];
};

@@ -169,0 +170,0 @@ export declare type StatusResponse = {

@@ -24,3 +24,3 @@ {

"types": "dist/Sms77Client.d.ts",
"version": "1.4.1"
"version": "1.4.2"
}
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