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

react-freshchat

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-freshchat - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.babelrc

45

package.json
{
"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"
}
}
react-freshchat.js

Sorry, the diff of this file is not supported yet

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