🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@unify-payment/node

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

@unify-payment/node - npm Package Compare versions

Comparing version

to
0.0.10

13

package.json
{
"name": "@unify-payment/node",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/index.js",

@@ -36,6 +36,2 @@ "types": "dist/index.d.ts",

"license": "ISC",
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
},
"devDependencies": {

@@ -53,3 +49,10 @@ "@tsconfig/recommended": "^1.0.7",

"stripe": "^16.8.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
}
}