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

@tinymce/tinymce-react

Package Overview
Dependencies
Maintainers
1
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinymce/tinymce-react - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

lib/cjs/main/ts/components/Editor.d.ts

4

CHANGELOG.md

@@ -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.

41

package.json
{
"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"

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