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

branchio-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

branchio-sdk - npm Package Compare versions

Comparing version

to
1.1.2

8

package.json
{
"name": "branchio-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "The Unofficial Node SDK for branch.io",

@@ -27,8 +27,8 @@ "main": "index.js",

"chai-as-promised": "7.1.1",
"mocha": "5.2.0",
"nock": "10.0.1"
"mocha": "^8.1.3",
"nock": "^10.0.1"
},
"dependencies": {
"axios": "0.18.1"
"axios": "^0.20.0"
}
}