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

react-simple-wysiwyg

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-wysiwyg - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

lib/ContentEditable.d.ts

30

package.json
{
"name": "react-simple-wysiwyg",
"version": "0.0.1",
"version": "0.0.3",
"description": "Simple and lightweight React WYSIWYG editor",
"main": "lib/index.js",
"umd:main": "lib/umd/index.umd.js",
"module": "lib/es/index.js",
"jsnext:main": "lib/es/index.js",
"unpkg": "lib/umd/index.umd.min.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint 'src/**/*.tsx?'"
"build": "rm -rf lib && tsc && tsc -t ES2018 --outDir lib/es --declaration false && rollup -c",
"gh-pages": "gh-pages -d examples/github.io",
"lint": "tslint -p tsconfig.json -t verbose",
"postversion": "git push && git push --tags && gh-pages",
"prepack": "npm run build && npm run test",
"test": "npm run lint && npm run spell",
"spell": "yaspeller-ci ."
},

@@ -27,11 +36,24 @@ "repository": "megahertz/react-simple-wysiwyg",

"@types/react": "^16.8.16",
"gh-pages": "^2.0.1",
"husky": "^2.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^1.11.3",
"rollup-plugin-filesize": "^6.0.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-typescript2": "^0.21.0",
"rollup-plugin-uglify": "^6.0.2",
"tslint": "^5.16.0",
"tslint-react": "^4.0.0",
"typescript": "^3.4.5"
"typescript": "^3.4.5",
"yaspeller-ci": "^1.0.0"
},
"peerDependencies": {
"react": ">=16.8"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}
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