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

@digitaledgeit/paypal-txn-search

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitaledgeit/paypal-txn-search - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -39,3 +39,3 @@ var debug = require('debug')('paypal-txn-search');

this.client.exec('TransactionQuery', params, function(err, list) {
this.client.exec('TransactionSearch', params, function(err, list) {
if (err) return callback(err);

@@ -42,0 +42,0 @@

{
"name": "@digitaledgeit/paypal-txn-search",
"version": "0.1.0",
"version": "0.1.1",
"description": "Transaction search for the PayPal classic NVP API.",

@@ -5,0 +5,0 @@ "keywords": [

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