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

paypal-wrapper

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

paypal-wrapper - npm Package Compare versions

Comparing version

to
0.0.4

9

package.json
{
"name": "paypal-wrapper",
"version": "0.0.3",
"version": "0.0.4",
"description": "Paypal REST API Wrapper",
"main": "paypalwrapper.js",
"scripts": { },
"scripts": {},
"keywords": [

@@ -15,3 +15,6 @@ "paypal",

"author": "dallaslones",
"license": "ISC"
"license": "ISC",
"dependencies": {
"request": "^2.81.0"
}
}