New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jodit

Package Overview
Dependencies
Maintainers
1
Versions
649
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jodit - npm Package Compare versions

Comparing version 1.0.9 to 1.1.2

.npmignore

2

bower.json
{
"name": "Jodit",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"version": "1.0.9",
"version": "1.1.2",
"main": [

@@ -6,0 +6,0 @@ "jquery.jodit.min.js",

{
"name": "jodit",
"version": "1.0.9",
"version": "1.1.2",
"config" : { "port" : "3000" },
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "jquery.jodit.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"concat": "concat-cli -f jquery.jodit.js config.js modules/* plugins/* build/jquery.jodit.full.js",
"minify": "uglifyjs build/jquery.jodit.full.js -c -m -o build/jquery.jodit.min.js",
"github": "git add . && git commit -m \"new version $npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:master && npm publish",
"github": "git add --all && git commit -m \"new version %npm_package_version%\" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
"build": "npm run concat && npm run minify"

@@ -29,3 +28,7 @@ },

"url": "https://github.com/xdan/jodit.git"
},
"devDependencies": {
"concat-cli": "^1.0.1",
"uglifyjs": "^2.4.10"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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