react-canvas-draw
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-canvas-draw", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple yet powerful canvas-drawing component for React.", | ||
@@ -20,3 +20,5 @@ "main": "lib/index.js", | ||
"test:watch": "nwb test-react --server", | ||
"deploy": "npm run build && gh-pages -d demo/dist" | ||
"deploy": "npm run build && gh-pages -d demo/dist", | ||
"contributors:add": "all-contributors add", | ||
"contributors:generate": "all-contributors generate" | ||
}, | ||
@@ -33,2 +35,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"all-contributors-cli": "^5.4.1", | ||
"babel-eslint": "^7.2.3", | ||
@@ -35,0 +38,0 @@ "css-loader": "^0.28.9", |
@@ -1,10 +0,12 @@ | ||
# React Canvas Draw | ||
<div align="center"> | ||
<h1>React Canvas Draw</h1> | ||
</div> | ||
[![Travis][build-badge]][build] | ||
> A simple yet powerful canvas-drawing component for React ([Demo](https://embiem.github.io/react-canvas-draw/)) | ||
[![npm package][npm-badge]][npm] | ||
[![Travis][build-badge]][build] [![Coveralls][coveralls-badge]][coveralls] [![npm package][npm-badge]][npm] [![downloads][downloads-badge]][npmtrends] [![MIT License][license-badge]][license] | ||
[![Coveralls][coveralls-badge]][coveralls] | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors) [![PRs Welcome][prs-badge]][prs] | ||
> A simple yet powerful canvas-drawing component for React ([Demo](https://embiem.github.io/react-canvas-draw/)). | ||
[![Watch on GitHub][github-watch-badge]][github-watch] [![Star on GitHub][github-star-badge]][github-star] [![Tweet][twitter-badge]][twitter] | ||
@@ -86,2 +88,15 @@ [![Edit 6lv410914w](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/6lv410914w) | ||
## Contributors | ||
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): | ||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore --> | ||
| [<img src="https://avatars3.githubusercontent.com/u/3866457?v=4" width="100px;"/><br /><sub><b>Martin Beierling-Mutz</b></sub>](https://embiem.me)<br />[💻](https://github.com/embiem/react-canvas-draw/commits?author=embiem "Code") [📖](https://github.com/embiem/react-canvas-draw/commits?author=embiem "Documentation") [💡](#example-embiem "Examples") [🤔](#ideas-embiem "Ideas, Planning, & Feedback") | [<img src="https://avatars0.githubusercontent.com/u/4155003?v=4" width="100px;"/><br /><sub><b>Jan Hug</b></sub>](http://www.janhug.info)<br />[🤔](#ideas-dulnan "Ideas, Planning, & Feedback") | | ||
| :---: | :---: | | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! | ||
## License | ||
@@ -97,1 +112,15 @@ | ||
[coveralls]: https://coveralls.io/github/embiem/react-canvas-draw | ||
[npm]: https://www.npmjs.com/ | ||
[node]: https://nodejs.org | ||
[downloads-badge]: https://img.shields.io/npm/dm/react-canvas-draw.svg?style=flat-square | ||
[npmtrends]: http://www.npmtrends.com/react-canvas-draw | ||
[license-badge]: https://img.shields.io/npm/l/react-canvas-draw.svg?style=flat-square | ||
[license]: https://github.com/embiem/react-canvas-draw/blob/master/LICENSE | ||
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square | ||
[prs]: http://makeapullrequest.com | ||
[github-watch-badge]: https://img.shields.io/github/watchers/embiem/react-canvas-draw.svg?style=social | ||
[github-watch]: https://github.com/embiem/react-canvas-draw/watchers | ||
[github-star-badge]: https://img.shields.io/github/stars/embiem/react-canvas-draw.svg?style=social | ||
[github-star]: https://github.com/embiem/react-canvas-draw/stargazers | ||
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20react-canvas-draw%20by%20%40em_bi_em%20https%3A%2F%2Fgithub.com%2Fembiem%2Freact-canvas-draw%20%F0%9F%91%8D | ||
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/embiem/react-canvas-draw.svg?style=social |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
125
2
8970
16
3
0