react-freshchat
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-freshchat", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "FreshChat React implementation", | ||
"main": "react-freshchat.js", | ||
"main": "build/react-freshchat.js", | ||
"scripts": { | ||
"test": "jest" | ||
"build": "NODE_ENV=production babel src -d build", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:ci": "npm t -- --coverage --json --outputFile=test-results.json", | ||
"cicoverage": "npm test", | ||
"lint": "eslint --ignore-path .gitignore 'react-freshchat.js'", | ||
"lint:ci": "npm run lint -- -o lint-results.json -f json", | ||
"lint:fix": "npm run fmt && npm run lint -- --fix", | ||
"fmt": "prettier --write 'react-freshchat.js'", | ||
"duti:fix": "npm run fmt && npm run lint-fix && npm run fmt", | ||
"danger": "duti" | ||
}, | ||
@@ -24,2 +34,3 @@ "repository": { | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0", | ||
"lodash": "^4.17.4", | ||
@@ -29,4 +40,30 @@ "react": "^16.2.0" | ||
"devDependencies": { | ||
"jest": "^22.1.2" | ||
"babel-cli": "^6.26.0", | ||
"babel-eslint": "^8.0.1", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-react-app": "^3.1.1", | ||
"danger": "~0.18.0", | ||
"duti": "latest", | ||
"eslint": "^4.15.0", | ||
"eslint-config-smartprocure": "^1.0.2", | ||
"eslint-plugin-jest": "^21.2.0", | ||
"eslint-plugin-prettier": "^2.3.1", | ||
"ghooks": "^2.0.0", | ||
"jest": "^22.1.2", | ||
"prettier": "^1.7.4" | ||
}, | ||
"config": { | ||
"ghooks": { | ||
"pre-commit": "npm run lint", | ||
"pre-push": "npm test", | ||
"post-merge": "npm install", | ||
"post-rewrite": "npm install" | ||
} | ||
}, | ||
"prettier": { | ||
"semi": false, | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
} | ||
} |
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
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
8230
10
149
3
14
1
+ Addedbabel-runtime@^6.26.0
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)