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

draft-js-checkable-list-plugin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js-checkable-list-plugin - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

44

package.json
{
"name": "draft-js-checkable-list-plugin",
"version": "2.0.1",
"version": "3.0.0",
"description": "Checkable list plugin for DraftJS",

@@ -21,7 +21,7 @@ "main": "lib/index.js",

"start": "webpack-dev-server --progress --open",
"lint": "eslint src",
"lint": "eslint src test example",
"type": "flow",
"jest": "jest --verbose",
"jest:coverage": "npm run jest -- --coverage && cat coverage/lcov.info | coveralls",
"test": "npm run lint && npm run type && npm run jest:coverage",
"test": "jest --verbose",
"test:coverage": "npm test -- --coverage",
"test:coverage:report": "npm run test:coverage && cat coverage/lcov.info | coveralls",
"clean:lib": "if [ -d lib ]; then rm -rf lib; fi",

@@ -37,3 +37,3 @@ "build:css": "stylus --compress -p src/Button.styl | cat node_modules/draft-js-checkable-list-item/lib/CheckableListItem.css - > lib/plugin.css",

"postdocs": "gh-pages -x -m 'Update [ci skip]' -d build -r https://github.com/sugarshin/draft-js-checkable-list-plugin.git",
"prepublish": "npm run lint && npm run type && npm run jest && NODE_ENV=production BABEL_ENV=production npm run build"
"prepublish": "npm run lint && npm run type && npm run test:coverage && NODE_ENV=production BABEL_ENV=production npm run build"
},

@@ -45,3 +45,3 @@ "repository": "git@github.com:sugarshin/draft-js-checkable-list-plugin.git",

"decorate-component-with-props": "^1.0.2",
"draft-js": "~0.10.0",
"draft-js": "~0.10.1",
"draft-js-checkable-list-item": "^2.0.5",

@@ -53,3 +53,3 @@ "immutable": "~3.7.4",

"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",

@@ -67,27 +67,27 @@ "babel-jest": "^20.0.3",

"coveralls": "^2.13.1",
"css-loader": "^0.28.2",
"draft-js-plugins-editor": "2.0.0-beta11",
"css-loader": "^0.28.4",
"draft-js-plugins-editor": "2.0.0-rc2",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint": "^4.0.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-react": "^7.0.1",
"flow-bin": "^0.32.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.42.0",
"gh-pages": "^1.0.0",
"highlight.js": "^9.11.0",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.28.0",
"jest": "^20.0.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"jest": "^20.0.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-ghfork": "^0.3.5",
"react-hot-loader": "3.0.0-beta.7",
"react-test-renderer": "^15.5.4",
"style-loader": "^0.18.0",
"react-test-renderer": "^15.6.1",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^2.6.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"peerDependencies": {
"draft-js-plugins-editor": "~2.0.0-beta.9 || 2.0.0-beta11 || 2.0.0-beta10 || 2.0.0-beta9",
"draft-js-plugins-editor": "~2.0.0-rc.1 || 2.0.0-rc2 || 2.0.0-rc1 || 2.0.0-beta12 || 2.0.0-beta11 || 2.0.0-beta10 || 2.0.0-beta9",
"react": "^15.0.0",

@@ -94,0 +94,0 @@ "react-dom": "^15.0.0"

@@ -12,3 +12,3 @@ # draft-js-checkable-list-plugin

```sh
npm i draft-js-checkable-list-plugin
yarn add draft-js-checkable-list-plugin
```

@@ -63,7 +63,3 @@

[npm-url]: https://www.npmjs.org/package/draft-js-checkable-list-plugin
[david-image]: https://david-dm.org/sugarshin/draft-js-checkable-list-plugin.svg?style=flat-square
[david-url]: https://david-dm.org/sugarshin/draft-js-checkable-list-plugin
[david-dev-image]: https://david-dm.org/sugarshin/draft-js-checkable-list-plugin/dev-status.svg?style=flat-square
[david-dev-url]: https://david-dm.org/sugarshin/draft-js-checkable-list-plugin#info=devDependencies
[license-image]: https://img.shields.io/:license-mit-blue.svg?style=flat-square
[license-url]: https://sugarshin.mit-license.org/
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