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

mobiledoc-kit

Package Overview
Dependencies
Maintainers
6
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobiledoc-kit - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

34

package.json
{
"name": "mobiledoc-kit",
"version": "0.14.0",
"version": "0.14.1",
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",

@@ -14,4 +14,4 @@ "repository": "https://github.com/bustle/mobiledoc-kit",

"start": "rollup -c --watch",
"test:ci": "yarn build:docs && yarn build && testem ci -f testem-ci.js",
"test": "yarn format && yarn build && testem ci -f testem.js",
"test:ci": "npm run build:docs && npm run build && testem ci -f testem-ci.js",
"test": "npm run format && npm run build && testem ci -f testem.js",
"lint": "prettier src/**/*.{js,ts} --check && eslint src/**/*.{js,ts}",

@@ -21,7 +21,7 @@ "format": "prettier src --write",

"build:docs": "jsdoc -c ./.jsdoc",
"build:website": "yarn build:docs && yarn build && ./bin/build-website.sh",
"build:website": "npm run build:docs && npm run build && ./bin/build-website.sh",
"deploy:website": "./bin/deploy-website.sh",
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s",
"version": "yarn update-changelog && git add CHANGELOG.md",
"prepublishOnly": "yarn build"
"version": "npm run update-changelog && git add CHANGELOG.md",
"prepublishOnly": "npm run build"
},

@@ -49,23 +49,23 @@ "keywords": [

"dependencies": {
"mobiledoc-dom-renderer": "0.7.0",
"mobiledoc-dom-renderer": "0.7.1",
"mobiledoc-text-renderer": "0.4.1"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/jquery": "^3.5.2",
"@types/qunit": "^2.9.5",
"@types/jquery": "^3.5.14",
"@types/qunit": "^2.19.2",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"conventional-changelog-cli": "^2.0.34",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"jquery": "^3.5.1",
"jquery": "^3.6.0",
"jsdoc": "^3.6.5",
"prettier": "^2.1.1",
"qunit": "^2.11.1",
"rollup": "^2.26.9",
"rollup-plugin-copy": "^3.3.0",
"prettier": "^2.7.1",
"qunit": "^2.19.1",
"rollup": "^2.77.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-glob-import": "^0.4.5",

@@ -75,3 +75,3 @@ "rollup-plugin-serve": "^1.0.4",

"testem": "^3.2.0",
"tslib": "^2.0.0",
"tslib": "^2.4.0",
"typescript": "^3.9.3"

@@ -78,0 +78,0 @@ },

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