@ckeditor/ckeditor5-react
Advanced tools
Comparing version 0.1.0 to 1.0.0-beta.1
{ | ||
"name": "@ckeditor/ckeditor5-react", | ||
"version": "0.1.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "Official CKEditor 5 React component.", | ||
"main": "dist/ckeditor.js", | ||
"keywords": [ | ||
@@ -16,57 +15,16 @@ "ckeditor", | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-build-classic": "^11.0.1", | ||
"@ckeditor/ckeditor5-dev-env": "^11.1.1", | ||
"@ckeditor/ckeditor5-dev-utils": "^10.0.3", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"chai": "^4.1.2", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"istanbul-instrumenter-loader": "^3.0.0", | ||
"karma": "^2.0.0", | ||
"karma-browserstack-launcher": "^1.3.0", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-coveralls": "^2.0.0", | ||
"karma-firefox-launcher": "^1.0.1", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha-reporter": "^2.2.4", | ||
"karma-sinon": "^1.0.5", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^3.0.0", | ||
"minimist": "^1.2.0", | ||
"mocha": "^5.2.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"sinon": "^6.1.3", | ||
"uglifyjs-webpack-plugin": "^1.2.7", | ||
"webpack": "^4.16.0", | ||
"webpack-cli": "^3.1.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.0.0" | ||
}, | ||
"scripts": { | ||
"build": "webpack --mode production", | ||
"develop": "webpack --mode development --watch", | ||
"changelog": "node ./scripts/changelog.js", | ||
"prerelease": "npm run build; if [ -n \"$(git status dist/ --porcelain)\" ]; then git add -u dist/ && git commit -m 'Internal: Build.'; fi", | ||
"release": "node ./scripts/release.js", | ||
"test": "karma start", | ||
"coverage": "karma start --coverage" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ckeditor/ckeditor5-react.git" | ||
}, | ||
"main": "dist/ckeditor.js", | ||
"author": "CKSource (http://cksource.com/)", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://github.com/ckeditor/ckeditor5-react", | ||
"bugs": { | ||
"url": "https://github.com/ckeditor/ckeditor5-react/issues" | ||
}, | ||
"homepage": "https://github.com/ckeditor/ckeditor5-react" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ckeditor/ckeditor5-react.git" | ||
} | ||
} |
@@ -115,3 +115,3 @@ # CKEditor 5 Component for React | ||
```jsx | ||
import DecoupledEditor from '@ckeditor/ckeditor5-build-decoupled-document; | ||
import DecoupledEditor from '@ckeditor/ckeditor5-build-decoupled-document'; | ||
@@ -118,0 +118,0 @@ class App extends Component { |
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
0
0
36319
6
20
1