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

paypal-nvp-api

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paypal-nvp-api - npm Package Compare versions

Comparing version 0.2.3 to 0.2.31

12

package.json
{
"version": "0.2.3",
"version": "0.2.31",
"name": "paypal-nvp-api",
"description": "Node.js wrapper for the Paypal Name-Value Pair — NVP ",
"homepage": "http://techpush.net",
"homepage": "https://www.npmjs.com/package/paypal-nvp-api",
"repository": {

@@ -10,3 +10,3 @@ "type": "git",

},
"author": "Dong Nguyen <ndaidong@gmail.com> (https://twitter.com/ndaidong)",
"author": "@ndaidong",
"main": "./index.js",

@@ -23,5 +23,5 @@ "engines": {

"dependencies": {
"bellajs": "latest",
"bluebird": "latest",
"request": "latest"
"bellajs": "5.1.3",
"bluebird": "3.4.0",
"request": "2.72.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -7,2 +7,3 @@ # paypal-nvp-api

[![Coverage Status](https://coveralls.io/repos/github/ndaidong/paypal-nvp-api/badge.svg?branch=master)](https://coveralls.io/github/ndaidong/paypal-nvp-api?branch=master)
![devDependency Status](https://david-dm.org/ndaidong/paypal-nvp-api.svg)

@@ -14,3 +15,3 @@ # Usage

```
import Paypal from 'paypal-nvp-api';
var Paypal = require('paypal-nvp-api');

@@ -118,2 +119,4 @@ let config = {

```
git clone https://github.com/ndaidong/paypal-nvp-api.git
cd paypal-nvp-api
npm install

@@ -120,0 +123,0 @@ npm test

Sorry, the diff of this file is not supported yet

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