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

rn-apple-pay-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-apple-pay-api - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

lib/index.d.ts

18

package.json
{
"name": "rn-apple-pay-api",
"version": "0.0.8",
"version": "0.0.9",
"description": "A full functional Apple Pay package for React Native",
"main": "index.tsx",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -26,3 +29,12 @@ },

},
"homepage": "https://github.com/younisrahman/Apple-Pay-Api#readme"
"homepage": "https://github.com/younisrahman/Apple-Pay-Api#readme",
"devDependencies": {
"typescript": "^5.7.2"
},
"files": [
"lib/**/*",
"rn-apple-pay-api.podspec",
"README.md",
"ios"
]
}

8

README.md

@@ -103,4 +103,4 @@ # **rn-apple-pay-api**

data: {
("daat");
} // Represents `extraData`, could be anything
("data");
} // data could be anything
isRejectApi: boolean; // Indicates whether this is a reject API optional if you want to check reject case

@@ -260,4 +260,4 @@ txId: string; // Transaction ID generated by ApplePay

data: {
("daat");
} // Represents `extraData`, could be anything
("data");
} // data could be anything
isRejectApi: boolean; // Indicates whether this is a reject API optional if you want to check reject case

@@ -264,0 +264,0 @@ txId: string; // Transaction ID generated by ApplePay

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