zalopay-formatters
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "zalopay-formatters", | ||
"version": "2.0.0", | ||
"description": "ZaloPay formatters", | ||
"main": "index.js", | ||
"version": "3.0.0", | ||
"description": "Provide basic functions process number, text", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "CPS", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc", | ||
"test": "jest", | ||
"coverage": "jest --coverage" | ||
}, | ||
"keywords": [ | ||
"zalopay", | ||
"zalpopay-formatters" | ||
], | ||
"author": "ZaloPay", | ||
"license": "ISC", | ||
"dependencies": { | ||
"moment": "^2.18.1" | ||
"moment": "^2.24.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.6", | ||
"babel-plugin-transform-remove-console": "^6.9.4", | ||
"eslint": "^5.3.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-config-react-native": "^3.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.1", | ||
"eslint-plugin-react": "^7.11.0", | ||
"eslint-plugin-react-native": "^3.2.1" | ||
"@babel/core": "*", | ||
"@babel/preset-env": "*", | ||
"@babel/preset-react": "*", | ||
"@babel/preset-typescript": "*", | ||
"@types/jest": "*", | ||
"babel-jest": "*", | ||
"jest": "*" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
32147
7
19
1116
1
1
Updatedmoment@^2.24.0