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

znmi

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

znmi - npm Package Compare versions

Comparing version

to
0.2.0

12

package.json
{
"name": "znmi",
"type": "module",
"version": "0.1.9",
"version": "0.2.0",
"keywords": [
"nmi",
"api",
"wrapper",
"typescript",
"Network Merchants Inc",
"payment gateway",
"credit card",
"ecommerce"
],
"description": "A simple and easy TypeScript wrapper around NMI's API",

@@ -6,0 +16,0 @@ "files": [

21

README.md

@@ -114,12 +114,15 @@ # ZNMI TypeScript Wrapper

If you have any questions or concerns please feel free to [Join my Discord](https://discord.gg/b4gNPNtpnp)
### Changelog
0.1.9 - Added uh whatever they're called in javascript, JSDocs? type hints and descriptions to the functions kay?
0.1.8 - Added missing function to recurring for adding a custom subscription by credit card, rather than only ACH, also updated ZOD parses to use safeParse rather than parse
0.1.7 - Exported types for requests and such from the functions, in theory that'll fix the typehints not showing up
0.1.6 - Fixed publish script order oops
0.1.5 - Added tsc as a prepublish step to hopefully get return types fixed
0.1.4 - Added the return types to export in index so you can use em
0.1.3 - Added return types to all functions
0.1.2 - Added additional methods I forgot to customerVault, added more tests for data to use in my integration package
0.1.1 - Fixed Vite dependency instead of dev dependency
- 0.2.0 - Added keywords to the NPM package for easier discoverability and fixed these changelogs, lol
- 0.1.9 - Added uh whatever they're called in javascript, JSDocs? type hints and descriptions to the functions kay?
- 0.1.8 - Added missing function to recurring for adding a custom subscription by credit card, rather than only ACH, also updated ZOD parses to use safeParse rather than parse
- 0.1.7 - Exported types for requests and such from the functions, in theory that'll fix the typehints not showing up
- 0.1.6 - Fixed publish script order oops
- 0.1.5 - Added tsc as a prepublish step to hopefully get return types fixed
- 0.1.4 - Added the return types to export in index so you can use em
- 0.1.3 - Added return types to all functions
- 0.1.2 - Added additional methods I forgot to customerVault, added more tests for data to use in my integration package
- 0.1.1 - Fixed Vite dependency instead of dev dependency