prosemirror-model
Advanced tools
Comparing version 1.16.1 to 1.17.0-beta.1
{ | ||
"name": "prosemirror-model", | ||
"version": "1.16.1", | ||
"version": "1.17.0-beta.1", | ||
"description": "ProseMirror's document model", | ||
"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, | ||
"license": "MIT", | ||
@@ -23,15 +30,10 @@ "maintainers": [ | ||
"devDependencies": { | ||
"mocha": "^9.1.2", | ||
"ist": "^1.0.0", | ||
"@prosemirror/buildhelper": "^0.1.5", | ||
"jsdom": "^10.1.0", | ||
"prosemirror-test-builder": "^1.0.0", | ||
"rollup": "^2.26.3", | ||
"@rollup/plugin-buble": "^0.21.3" | ||
"prosemirror-test-builder": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"test": "node etc/link-self.js && mocha test/test-*.js", | ||
"build": "rollup -c", | ||
"watch": "rollup -c -w", | ||
"prepare": "npm run build" | ||
"test": "pm-runtests", | ||
"prepare": "pm-buildhelper src/index.ts" | ||
} | ||
} |
@@ -14,2 +14,3 @@ This module defines ProseMirror's content model, the data structures | ||
@Slice | ||
@Attrs | ||
@ReplaceError | ||
@@ -16,0 +17,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3
10846
0
Yes
441351
23
2
1