mobiledoc-kit
Advanced tools
Comparing version 0.14.0 to 0.14.1
{ | ||
"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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
21672
785262
6
1
+ Addedmobiledoc-dom-renderer@0.7.1(transitive)
- Removedmobiledoc-dom-renderer@0.7.0(transitive)
Updatedmobiledoc-dom-renderer@0.7.1