New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.2 to 2.0.0

src/index.js

46

package.json
{
"name": "@harvest-profit/what-if-analysis",
"version": "1.0.2",
"version": "2.0.0",
"description": "Builds \"what if\" analysis for Harvest Profit",
"main": "dist/index.js",
"main": "src/index.js",
"repository": "https://github.com/HarvestProfit/what-if-analysis",

@@ -11,3 +11,2 @@ "author": "Jaryd Krishnan <jaryd@harvestprofit.com>",

"scripts": {
"build": "rm -rf ./dist && babel src -d dist --source-maps",
"test": "jest test/",

@@ -20,3 +19,9 @@ "test-coverage": "jest test/ --coverage"

],
"setupTestFrameworkScriptFile": "./setupTests.test.js",
"setupFilesAfterEnv": [
"<rootDir>/setupTests.test.js"
],
"reporters": [
"default",
"jest-junit"
],
"testPathIgnorePatterns": [

@@ -26,2 +31,3 @@ "/node_modules/",

],
"testURL": "http://localhost/",
"transform": {

@@ -37,20 +43,20 @@ "^.+\\.jsx?$": "babel-jest"

"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-preset-airbnb": "^2.4.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"@babel/core": "^7.2.2",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-preset-airbnb": "^3.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.2",
"jest-junit": "^3.6.0"
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.2",
"jest": "^24.1.0",
"jest-junit": "^6.2.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"babel-cli": "^6.26.0",
"lodash": "^4.17.5",

@@ -60,3 +66,7 @@ "prop-types": "^15.6.1",

"react-dom": "^16.2.0"
},
"peerDepenencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}
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