react-diff-view
Advanced tools
Comparing version 2.4.4 to 2.4.5
106
package.json
{ | ||
"name": "react-diff-view", | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"description": "A git diff component to consume the git unified diff output.", | ||
@@ -24,61 +24,57 @@ "main": "cjs/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"classnames": "^2.2.6", | ||
"diff-match-patch": "^1.0.4", | ||
"recompose": "^0.30.0", | ||
"shallow-equal": "^1.2.0", | ||
"warning": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.6.4", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-decorators": "^7.6.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.5.2", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.5.2", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/preset-env": "^7.6.3", | ||
"@babel/preset-react": "^7.6.3", | ||
"@ecomfe/eslint-config": "^2.1.1", | ||
"@types/react-test-renderer": "^16.9.1", | ||
"@babel/core": "^7.11.5", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-decorators": "^7.10.5", | ||
"@babel/plugin-proposal-export-default-from": "^7.10.4", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.10.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-react": "^7.10.4", | ||
"@ecomfe/eslint-config": "^4.0.1", | ||
"@types/react-test-renderer": "^16.9.3", | ||
"antd": "^3.24.2", | ||
"autoprefixer": "^9.7.0", | ||
"babel-eslint": "^10.0.3", | ||
"babel-jest": "^24.9.0", | ||
"babel-loader": "^8.0.6", | ||
"autoprefixer": "^9.8.6", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^26.3.0", | ||
"babel-loader": "^8.1.0", | ||
"babel-plugin-add-react-displayname": "0.0.5", | ||
"babel-plugin-import": "^1.12.2", | ||
"babel-plugin-import": "^1.13.0", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"babel-plugin-react-require": "^3.0.1", | ||
"core-js": "^3.3.4", | ||
"css-loader": "^3.2.0", | ||
"babel-plugin-react-require": "^3.1.3", | ||
"classnames": "^2.2.6", | ||
"core-js": "^3.6.5", | ||
"css-loader": "^4.2.2", | ||
"cssnano": "^4.1.10", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.15.1", | ||
"eslint": "^6.6.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-jest": "^22.21.0", | ||
"eslint-plugin-react": "^7.16.0", | ||
"eslint-plugin-react-hooks": "^2.2.0", | ||
"gitdiff-parser": "^0.2.1", | ||
"html-webpack-plugin": "^3.0.6", | ||
"diff-match-patch": "^1.0.5", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.4", | ||
"eslint": "^7.8.1", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-react-hooks": "^4.1.0", | ||
"gitdiff-parser": "^0.2.2", | ||
"html-webpack-plugin": "^4.4.1", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^24.9.0", | ||
"less": "^3.10.3", | ||
"less-loader": "^5.0.0", | ||
"lodash": "^4.17.15", | ||
"postcss": "^7.0.21", | ||
"postcss-cli": "^6.1.3", | ||
"postcss-custom-properties": "^9.0.2", | ||
"jest": "^26.4.2", | ||
"less": "^3.12.2", | ||
"less-loader": "^7.0.0", | ||
"lodash": "^4.17.20", | ||
"postcss": "^7.0.32", | ||
"postcss-cli": "^7.1.2", | ||
"postcss-custom-properties": "^9.1.1", | ||
"prism-color-variables": "^1.0.0", | ||
"raw-loader": "^3.1.0", | ||
"react": "^16.11.0", | ||
"react-dom": "^16.11.0", | ||
"raw-loader": "^4.0.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-infinite-scroller": "^1.2.4", | ||
"react-markdown": "^4.2.2", | ||
"react-test-renderer": "^16.11.0", | ||
"react-markdown": "^4.3.1", | ||
"react-test-renderer": "^16.13.1", | ||
"react-timeago": "^4.1.9", | ||
"refractor": "^2.10.0", | ||
"recompose": "^0.30.0", | ||
"refractor": "^2.10.1", | ||
"rollup": "^1.25.2", | ||
"rollup-plugin-auto-external": "^2.0.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
@@ -90,8 +86,10 @@ "rollup-plugin-eslint": "^7.0.0", | ||
"sha1": "^1.1.1", | ||
"style-loader": "^1.0.0", | ||
"shallow-equal": "^1.2.1", | ||
"style-loader": "^1.2.1", | ||
"unidiff": "^1.0.2", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.9", | ||
"webpack-dev-server": "^3.9.0", | ||
"worker-loader": "^2.0.0" | ||
"warning": "^4.0.2", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-dev-server": "^3.11.0", | ||
"worker-loader": "^3.0.2" | ||
}, | ||
@@ -98,0 +96,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1344532
2
1191
68
- Removedclassnames@^2.2.6
- Removeddiff-match-patch@^1.0.4
- Removedrecompose@^0.30.0
- Removedshallow-equal@^1.2.0
- Removedwarning@^4.0.2
- Removed@babel/runtime@7.26.0(transitive)
- Removedasap@2.0.6(transitive)
- Removedchange-emitter@0.1.6(transitive)
- Removedclassnames@2.5.1(transitive)
- Removedcore-js@1.2.7(transitive)
- Removeddiff-match-patch@1.0.5(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removedhoist-non-react-statics@2.5.5(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-lifecycles-compat@3.0.4(transitive)
- Removedrecompose@0.30.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedshallow-equal@1.2.1(transitive)
- Removedsymbol-observable@1.2.0(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwarning@4.0.3(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)