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

bandicoot

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bandicoot - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

.babelrc

47

package.json
{
"name": "bandicoot",
"version": "1.1.1",
"description": "Background message broadcasting",
"main": "node index",
"version": "2.0.0",
"description": "React rich text editor",
"main": "lib/bandicoot.js",
"repository": "git@github.com:CanopyTax/bandicoot.git",
"author": "Joel Denning <joeldenning@gmail.com>",
"license": "MIT",
"scripts": {
"test": "gulp test"
"watch": "babel src --out-dir --watch --out-dir lib --source-maps",
"build": "rimraf lib && babel src --out-dir lib --source-maps"
},
"engines": {
"node": "0.12.x",
"npm": "2.x"
"browserslist": [
"extends browserslist-config-canopy"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"author": "Johnny Hall",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:defact/bandicoot.git"
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"browserslist-config-canopy": "^2.0.0",
"react": "16.8.0-alpha.1",
"react-dom": "16.8.0-alpha.1",
"rimraf": "^2.6.3"
},
"dependencies": {
"bluebird": "^2.10.0",
"ioredis": "^1.9.0",
"reeve": "^1.0.6"
},
"devDependencies": {
"chai": "^3.2.0",
"gulch": "^1.2.0",
"gulp": "^3.9.0",
"mocha": "^2.2.5"
}
"dependencies": {}
}
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