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

react-badly

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-badly - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.babelrc

35

package.json
{
"name": "react-badly",
"version": "0.0.0",
"description": "Error boundry react component",
"version": "0.0.1",
"description": "Error boundary react component",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0",
"build": "rimraf lib dist && npm-run-all build:*",
"build:buba": "buba src -o lib",
"build:rollup": "rollup -c",
"build:uglify": "uglifyjs dist/index.js -c \"warnings=false\" --comments -m -o dist/index.min.js --verbose",
"watch": "rollup -c -w",
"release": "node release.js",
"server": "http-server"
},

@@ -25,7 +33,24 @@ "repository": {

"dependencies": {
"react": "16.2.0"
"prop-types": "15.6.0",
"react": ">=16.2.0 <17.0.0"
},
"devDependencies": {
"react-dom": "16.2.0"
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-env": "1.6.1",
"buba": "4.0.2",
"http-server": "0.11.1",
"inquirer": "5.0.0",
"react-dom": "16.2.0",
"rimraf": "2.6.2",
"rollup": "0.53.4",
"rollup-plugin-babel": "3.0.3",
"rollup-plugin-buble": "0.18.0",
"rollup-plugin-filesize": "1.5.0",
"rollup-plugin-license": "0.5.0",
"rollup-watch": "4.3.1",
"semver": "5.4.1",
"shelljs": "0.7.8",
"uglify-js": "3.3.5",
"yarn-run-all": "3.1.1"
}
}
.npmignore

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