prosemirror-view
Advanced tools
Comparing version 1.23.13 to 1.24.0-beta.1
{ | ||
"name": "prosemirror-view", | ||
"version": "1.23.13", | ||
"version": "1.24.0-beta.1", | ||
"description": "ProseMirror's view component", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"sideEffects": false, | ||
"style": "style/prosemirror.css", | ||
@@ -26,16 +33,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ist": "^1.0.0", | ||
"mocha": "^9.1.2", | ||
"moduleserve": "^0.7.0", | ||
"prosemirror-test-builder": "^1.0.0", | ||
"rollup": "^2.26.3", | ||
"@rollup/plugin-buble": "^0.21.3" | ||
"@prosemirror/buildhelper": "^0.1.5", | ||
"prosemirror-test-builder": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"test": "FIXME autorun browser tests", | ||
"test-server": "node test/link-mocha-css.js && moduleserve test --port 8090", | ||
"build": "rollup -c", | ||
"watch": "rollup -c -w", | ||
"prepare": "npm run build" | ||
"test": "pm-runtests", | ||
"prepare": "pm-buildhelper src/index.ts" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1869691
2
26
20935
Yes
2