New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

walkie-talkie

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

walkie-talkie - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

lib/__tests__/index.js

110

package.json
{
"version": "0.5.0",
"name": "walkie-talkie",
"version": "0.4.1",
"description": "An Intercom.io interface for nodejs",
"keywords": [
"intercom.io",
"events",
"tags",
"nodejs"
],
"main": "./intercom.js",
"repository": {
"type": "git",
"url": "https://github.com/brandonb927/walkie-talkie.git"
"main": "lib/index.js",
"author": "case <case@casesandberg.com>",
"license": "MIT",
"scripts": {
"bundle": "rollup -c scripts/rollup.config.js",
"build": "rm -rf lib && babel src -d lib",
"flow": "flow",
"lint": "eslint 'packages/**/*.js'",
"lint-fix": "npm run lint -s -- --fix",
"test": "jest"
},
"author": "Rob Ellis",
"contributors": [
{
"name": "Brandon Brown",
"email": "brandon@brandonb.io"
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"eslint": "5.6.0",
"eslint-config-react-app": "3.0.0",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.0.0",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-react": "7.11.0",
"flow-bin": "^0.69.0",
"jest": "^23.6.0",
"prettier": "1.15.0",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"eslint:recommended"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"parser": "flow",
"tabWidth": 2,
"semi": false,
"arrowParens": "always",
"printWidth": 120
}
],
"jsx-a11y/href-no-hash": "off",
"jsx-a11y/alt-text": "off",
"react/no-deprecated": "off"
},
"parser": "babel-eslint",
"env": {
"es6": true
},
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/brandonb927/walkie-talkie/master/README.md"
}
],
"dependencies": {
"request": "^2.37.0"
},
"devDependencies": {
"chai": "*",
"gulp": "^3.8.6",
"gulp-git": "^0.4.3",
"gulp-jshint": "^1.7.1",
"gulp-mocha": "^0.5.1",
"jshint": "^2.5.2",
"jshint-stylish": "^0.4.0",
"mocha": "*"
}
}
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