Socket
Book a DemoInstallSign in
Socket

sms-activate-sdk

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sms-activate-sdk - npm Package Compare versions

Comparing version

to
2.0.4

2

change-name.js

@@ -6,5 +6,5 @@ /* only for sms-activate package publish script */

const package = JSON.parse(fs.readFileSync('./package.json'))
package.name = 'sms-activate'
package.name = 'sms-activate-sdk'
fs.writeFileSync('./package.json',JSON.stringify(package,null,2))
console.log('Change Done')
{
"name": "sms-activate-sdk",
"version": "2.0.3",
"version": "2.0.4",
"description": "A full NodeJS API for sms-activate.org",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

"test": "tsc && node dist/test.js",
"change-name":"node change-name.js"
"change-name": "node change-name.js"
},

@@ -38,2 +38,5 @@ "repository": {

"keywords": [
"sms",
"activate",
"sms-activate",
"smsactivate",

@@ -49,2 +52,2 @@ "sms-activate.org",

"homepage": "https://github.com/nishuzumi/sms-activate-sdk#readme"
}
}

@@ -1,2 +0,2 @@

# Sms Activate SDK
# Sms Activate

@@ -9,3 +9,8 @@ This package fully supports all the https://sms-activate.org/ API with Typescript types. Fork on sms-activate-org

Recommanded:
```bash
npm install sms-activate
```
Or
```base
npm install sms-activate-sdk

@@ -17,3 +22,3 @@ ```

```javascript
import { SMSActivate, SMSNumber } from 'sms-activate-sdk';
import { SMSActivate, SMSNumber } from 'sms-activate';

@@ -20,0 +25,0 @@ const api = new SMSActivate('myapikey');

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.