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.0.0 to 1.1.0

dist/bundle.umd.js

2

dist/types.d.ts

@@ -78,3 +78,2 @@ import { GSM_CODES } from './GSM_CODES';

format?: 'json' | 'csv';
type?: 'direct' | 'economy';
};

@@ -96,2 +95,3 @@ export declare type SmsParams = {

ttl?: string;
type?: 'direct' | 'economy';
performance_tracking?: boolean;

@@ -98,0 +98,0 @@ return_msg_id?: boolean;

{
"name": "sms77-client",
"version": "1.0.0",
"description": "API client for the sms77.io gateway",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/sms77io/js-client",
"author": "sms77 e.K.",
"license": "MIT",
"description": "API client for the sms77.io SMS gateway",
"devDependencies": {
"typescript": "^3.7.4"
"browserify": "^16.5.0",
"tsify": "^4.0.1",
"typescript": "^3.7.5"
},
"files": ["dist/Sms77Client.js", "dist/types.d.ts"],
"license": "MIT",
"main": "dist/bundle.umd.js",
"name": "sms77-client",
"optionalDependencies": {
"isomorphic-fetch": "^2.2.1"
},
"repository": "https://github.com/sms77io/js-client",
"scripts": {
"prepublishOnly": "tsc"
}
"build": "tsc && npm run bundle",
"bundle": "node build/build.js > dist/bundle.umd.js",
"prepublishOnly": "npm run build"
},
"types": "dist/index.d.ts",
"version": "1.1.0"
}

@@ -10,12 +10,16 @@ ![alt text](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "sms77")

```shell script
yarn add https://github.com/sms77io/js-client
yarn add sms77-client
```
Via NPM
```shell script
npm install --save https://github.com/sms77io/js-client
npm install sms77-client
```
In the Browser
```html
<script src="https://unpkg.com/browse/sms77-client@1.1.0/dist/bundle.umd.js"></script>
```
### Example
```javascript
import Sms77Client from 'sms77-client';
//import Sms77Client from 'sms77-client'; // uncomment in NodeJS environments

@@ -22,0 +26,0 @@ new Sms77Client('MY_SUPER_SECRET_SMS77_IO_API_KEY!')

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