You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

coolsms-rest-sdk

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coolsms-rest-sdk - npm Package Compare versions

Comparing version

to
1.0.7

12

package.json
{
"name": "coolsms-rest-sdk",
"description": "coolsms rest-sdk for node.js",
"version": "1.0.6",
"version": "1.0.7",
"author": {

@@ -29,4 +29,4 @@ "name": "Seungjae Lee",

"dependencies": {
"lodash": "~4.17.4",
"request": "~2.79.0"
"lodash": "4.17.4",
"request": "2.80.0"
},

@@ -38,6 +38,6 @@ "main": "index",

"devDependencies": {
"chai": "^3.5.0",
"i": "^0.3.4",
"mocha": "^3.0.2"
"chai": "3.5.0",
"i": "0.3.4",
"mocha": "3.0.2"
}
}