@tinymce/tinymce-react
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -0,1 +1,5 @@ | ||
## 3.1.0 (2019-05-10) | ||
* Added the editor as a second argument to `onEditorChange` | ||
* Exported Typescript prop types | ||
## 3.0.1 (2019-02-11) | ||
@@ -2,0 +6,0 @@ * Updated readme on cloud channels. |
{ | ||
"name": "@tinymce/tinymce-react", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Official TinyMCE React Component", | ||
@@ -14,9 +14,11 @@ "repository": { | ||
], | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/es2015/index.js", | ||
"main": "lib/cjs/main/ts/index.js", | ||
"module": "lib/es2015/main/ts/index.js", | ||
"scripts": { | ||
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"", | ||
"lint": "tslint 'src/**/*.ts?(x)'", | ||
"clean": "rimraf lib", | ||
"test": "jest", | ||
"build": "npm run test && npm run clean && tsc -p ./tsconfig.es2015.json && tsc -p ./tsconfig.cjs.json", | ||
"test": "bedrock-auto -b chrome-headless -f src/test/ts/**/*Test.tsx", | ||
"test-manual": "bedrock -f src/test/ts/**/*Test.tsx", | ||
"build": "npm run clean && tsc -p ./tsconfig.es2015.json && tsc -p ./tsconfig.cjs.json", | ||
"watch": "tsc -w -p ./tsconfig.es2015.json", | ||
@@ -27,20 +29,4 @@ "storybook": "start-storybook -p 6006", | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json" | ||
], | ||
"setupFiles": [ | ||
"<rootDir>/test/fakeGlobal.ts" | ||
] | ||
}, | ||
"keywords": [], | ||
"author": "Ephox Inc", | ||
"author": "Tiny Technologies", | ||
"license": "Apache-2.0", | ||
@@ -55,2 +41,6 @@ "dependencies": { | ||
"devDependencies": { | ||
"@ephox/agar": "^4.12", | ||
"@ephox/bedrock": "^4.2.8", | ||
"@ephox/mcagar": "^4.0.3", | ||
"@ephox/tslint-rules": "^1.0.7", | ||
"@storybook/addon-actions": "^4.1.11", | ||
@@ -62,3 +52,2 @@ "@storybook/addon-console": "^1.1.0", | ||
"@storybook/storybook-deployer": "^2.8.1", | ||
"@types/jest": "^23.3.13", | ||
"@types/node": "^10.12.19", | ||
@@ -72,4 +61,2 @@ "@types/prop-types": "^15.5.8", | ||
"core-js": "^2.6.3", | ||
"jest": "^23.0.0", | ||
"prettier": "^1.16.2", | ||
"raf": "^3.4.1", | ||
@@ -79,7 +66,5 @@ "react": "^16.7.0", | ||
"rimraf": "^2.6.3", | ||
"ts-jest": "^23.10.5", | ||
"tinymce": "^5.0.4", | ||
"ts-loader": "^5.3.3", | ||
"tslint": "^5.12.1", | ||
"tslint-config-prettier": "^1.17.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "^3.2.4", | ||
@@ -86,0 +71,0 @@ "webpack": "^4.29.0" |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
78069
27
48
1616
1
1