react-credit-calculator
Advanced tools
Comparing version 2.0.1 to 3.0.0
{ | ||
"name": "react-credit-calculator", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Simple credit calculator", | ||
"main": "build/index.js", | ||
"typings": "build/src/index.d.ts", | ||
"main": "dist/react-credit-calculator.cjs.js", | ||
"module": "dist/react-credit-calculator.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"test": "jest", | ||
"build": "./node_modules/.bin/webpack --mode=production", | ||
"build:types": "tsc --project tsconfig.types.json", | ||
"build:compile": "rollup -c", | ||
"build:rm": "rm -rf ./dist", | ||
"build": "npm run build:rm && npm run build:types && npm run build:compile", | ||
"lint": "./node_modules/.bin/tslint --project .", | ||
@@ -32,12 +36,11 @@ "prepublishOnly": "npm run build" | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@types/jest": "^23.3.13", | ||
"@types/rc-slider": "^8.2.3", | ||
"@types/react": "^16.7.22", | ||
"awesome-typescript-loader": "^3.5.0", | ||
"babel-loader": "^8.0.5", | ||
"circular-dependency-plugin": "^4.2.0", | ||
"clean-webpack-plugin": "^0.1.16", | ||
"codecov": "^3.1.0", | ||
@@ -47,3 +50,3 @@ "cross-env": "^5.0.5", | ||
"enzyme-adapter-react-16": "^1.8.0", | ||
"jest": "^22.4.4", | ||
"jest": "^24.8.0", | ||
"pre-commit": "^1.2.2", | ||
@@ -53,3 +56,5 @@ "raf": "^3.4.1", | ||
"react-dom": "^16.2.0", | ||
"source-map-loader": "^0.2.1", | ||
"rollup": "^1.15.4", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-node-resolve": "^5.0.2", | ||
"source-map-support": "^0.4.18", | ||
@@ -59,6 +64,3 @@ "ts-jest": "^23.10.5", | ||
"tslint": "^5.7.0", | ||
"typescript": "^3.2.4", | ||
"webpack": "^4.29.0", | ||
"webpack-cli": "^3.2.1", | ||
"webpack-node-externals": "^1.6.0" | ||
"typescript": "^3.2.4" | ||
}, | ||
@@ -65,0 +67,0 @@ "peerDependencies": { |
@@ -8,3 +8,3 @@ # React Credit Calculator | ||
- Written on Typescript | ||
- Using | ||
- Only function components and hooks | ||
@@ -14,3 +14,3 @@ ## Installation | ||
```bash | ||
npm i react-credit-calculator@^2.0 | ||
npm i react-credit-calculator@^3.0 | ||
``` | ||
@@ -17,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
76951
26
43
1219
0