@harvest-profit/what-if-analysis
Advanced tools
Comparing version 2.0.3 to 2.1.0
{ | ||
"name": "@harvest-profit/what-if-analysis", | ||
"version": "2.0.3", | ||
"description": "What if analysis", | ||
"main": "src/index.js", | ||
"version": "2.1.0", | ||
"description": "Builds \"what if\" analysis for Harvest Profit", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/HarvestProfit/what-if-analysis", | ||
"author": "", | ||
"author": "Jaryd Krishnan <jaryd@harvestprofit.com>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"test": "jest", | ||
"build": "webpack --mode production", | ||
"start": "webpack-dev-server --open --mode development" | ||
"build": "./node_modules/.bin/babel src --out-dir dist", | ||
"prepublish": "rm -rf dist && yarn run build", | ||
"test": "jest test/", | ||
"test-coverage": "jest test/ --coverage" | ||
}, | ||
"jest": { | ||
"snapshotSerializers": [ | ||
"enzyme-to-json/serializer" | ||
"collectCoverageFrom": [ | ||
"src/**/!(index).{js,jsx}" | ||
], | ||
"setupFiles": [ | ||
"./setupTests.js" | ||
"setupFilesAfterEnv": [ | ||
"<rootDir>/setupTests.test.js" | ||
], | ||
"reporters": [ | ||
"default", | ||
"jest-junit" | ||
], | ||
"testPathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/demo/" | ||
], | ||
"testURL": "http://localhost/", | ||
"transform": { | ||
@@ -24,34 +36,32 @@ "^.+\\.jsx?$": "babel-jest" | ||
}, | ||
"keywords": [], | ||
"license": "ISC", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-proposal-class-properties": "^7.2.3", | ||
"@babel/preset-env": "^7.2.3", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-core": "^7.0.0-bridge", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^23.6.0", | ||
"babel-loader": "^8.0.4", | ||
"enzyme": "^3.8.0", | ||
"enzyme-adapter-react-16": "^1.7.1", | ||
"enzyme-to-json": "^3.3.5", | ||
"eslint": "^5.11.1", | ||
"babel-jest": "^24.1.0", | ||
"babel-preset-airbnb": "^3.2.0", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^5.6.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-css-modules": "^2.10.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-react": "^7.12.1", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-plugin": "^3.2.0", | ||
"jest": "^23.6.0", | ||
"webpack": "^4.28.3", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-dev-server": "^3.1.14" | ||
"eslint-plugin-react": "^7.12.2", | ||
"jest": "^24.1.0", | ||
"jest-junit": "^6.2.1", | ||
"prop-types": "^15.6.1", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15.6.2", | ||
"react": "^16.7.0", | ||
"react-dom": "^16.7.0" | ||
"peerDepenencies": { | ||
"prop-types": "^15.6.1", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ <div style="text-align: center"> | ||
[![CircleCI](https://circleci.com/gh/HarvestProfit/what-if-analysis.svg?style=svg)](https://circleci.com/gh/HarvestProfit/what-if-analysis) [![codecov](https://codecov.io/gh/HarvestProfit/what-if-analysis/branch/master/graph/badge.svg)](https://codecov.io/gh/HarvestProfit/what-if-analysis) | ||
[![CircleCI](https://circleci.com/gh/HarvestProfit/what-if-analysis.svg?style=svg&circle-token=c03e0d611c26b67bb54aab7af11781a320a904e6)](https://circleci.com/gh/HarvestProfit/what-if-analysis) [![codecov](https://codecov.io/gh/HarvestProfit/what-if-analysis/branch/master/graph/badge.svg?token=Q9OHn7Sm1s)](https://codecov.io/gh/HarvestProfit/what-if-analysis) | ||
@@ -12,3 +12,3 @@ The demo can be found [published here](https://harvestprofit.github.io/what-if-analysis/) | ||
(Eventually) you can install this React Component with a simple: | ||
You can install this React Component with a simple: | ||
@@ -15,0 +15,0 @@ ```bash |
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
19278
0
18
2
7
263
1
- Removedprop-types@^15.6.2
- Removedreact@^16.7.0
- Removedreact-dom@^16.7.0
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)