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

monopay

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monopay - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

82

package.json
{
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -7,16 +7,14 @@ "main": "dist/index.js",

"files": [
"dist",
"src"
"dist"
],
"engines": {
"node": ">=12"
"node": ">=14.0.0"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
"prebuild": "rimraf dist",
"build": "tsc --build ./tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint \"{src,test}/**/*.ts\" --fix",
"test": "jest --runInBand",
"test:cov": "jest --coverage --runInBand"
},

@@ -28,13 +26,5 @@ "homepage": "https://alitnk.github.io/monopay",

},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
"bugs": {
"url": "https://github.com/alitnk/monopay/issues"
},
"prettier": {
"printWidth": 120,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "monopay",

@@ -56,40 +46,28 @@ "description": "A node.js package for making payment transactions with different Iranian IPGs",

},
"module": "dist/monopay.esm.js",
"size-limit": [
{
"path": "dist/monopay.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/monopay.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.5",
"@types/crypto-js": "^4.0.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@types/uuid": "^8.3.1",
"husky": "^7.0.2",
"jest": "^27.2.5",
"np": "^7.5.0",
"size-limit": "^5.0.5",
"ts-jest": "^27.0.7",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
"@types/crypto-js": "^4.1.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"axios": "^0.22.0",
"crc-32": "^1.2.0",
"axios": "^0.26.1",
"crc-32": "^1.2.1",
"crypto-js": "^4.1.1",
"fp-ts": "^2.11.4",
"fp-ts": "^2.11.9",
"global": "^4.4.0",
"io-ts": "^2.2.16",
"io-ts-reporters": "^2.0.0",
"soap": "^0.42.0",
"ts-node": "^10.2.1",
"uuid": "^8.3.2"
"io-ts-reporters": "^2.0.1",
"rimraf": "^3.0.2",
"soap": "^0.43.0"
}
}

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