walkie-talkie
Advanced tools
Comparing version 0.4.1 to 0.5.0
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": "*" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
30298
0
743
28
6
70
1
2
- Removedrequest@^2.37.0
- Removedajv@6.12.6(transitive)
- Removedasn1@0.2.6(transitive)
- Removedassert-plus@1.0.0(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedaws-sign2@0.7.0(transitive)
- Removedaws4@1.13.2(transitive)
- Removedbcrypt-pbkdf@1.0.2(transitive)
- Removedcaseless@0.12.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedcore-util-is@1.0.2(transitive)
- Removeddashdash@1.14.1(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedecc-jsbn@0.1.2(transitive)
- Removedextend@3.0.2(transitive)
- Removedextsprintf@1.3.0(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedforever-agent@0.6.1(transitive)
- Removedform-data@2.3.3(transitive)
- Removedgetpass@0.1.7(transitive)
- Removedhar-schema@2.0.0(transitive)
- Removedhar-validator@5.1.5(transitive)
- Removedhttp-signature@1.2.0(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedisstream@0.1.2(transitive)
- Removedjsbn@0.1.1(transitive)
- Removedjson-schema@0.4.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedjson-stringify-safe@5.0.1(transitive)
- Removedjsprim@1.4.2(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedoauth-sign@0.9.0(transitive)
- Removedperformance-now@2.1.0(transitive)
- Removedpsl@1.15.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedqs@6.5.3(transitive)
- Removedrequest@2.88.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsshpk@1.18.0(transitive)
- Removedtough-cookie@2.5.0(transitive)
- Removedtunnel-agent@0.6.0(transitive)
- Removedtweetnacl@0.14.5(transitive)
- Removeduri-js@4.4.1(transitive)
- Removeduuid@3.4.0(transitive)
- Removedverror@1.10.0(transitive)