Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@harvest-profit/what-if-analysis

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harvest-profit/what-if-analysis - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

dist/index.js

78

package.json
{
"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

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