@bangle.dev/pm
Advanced tools
Comparing version 0.8.0 to 0.25.1
{ | ||
"name": "@bangle.dev/pm", | ||
"version": "0.8.0", | ||
"version": "0.25.1", | ||
"description": "This is bangle.dev specific collection of Prosemirror packages.", | ||
@@ -10,3 +10,2 @@ "license": "MIT", | ||
"typings": "dist/index.d.ts", | ||
"private": false, | ||
"files": [ | ||
@@ -20,11 +19,5 @@ "dist", | ||
"scripts": { | ||
"start": "yarn tsc -b -w", | ||
"tsc-build": "yarn tsc -b", | ||
"lint": "tsc-build", | ||
"tsc-clean": "rm -rf dist/", | ||
"prepare": "yarn tsc-clean && yarn tsc-build", | ||
"prepack": "yarn tsc-clean && yarn tsc-build", | ||
"size": "size-limit", | ||
"release-package": "npm publish --access public", | ||
"analyze": "size-limit --why" | ||
"compile-ts": "yarn g:tsc --build $INIT_CWD", | ||
"watch-ts": "yarn g:tsc -p $INIT_CWD -w", | ||
"prepack": "yarn compile-ts" | ||
}, | ||
@@ -42,8 +35,2 @@ "husky": { | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "dist/index.js", | ||
"limit": "10 KB" | ||
} | ||
], | ||
"dependencies": { | ||
@@ -69,3 +56,3 @@ "@types/prosemirror-commands": "1.x", | ||
"prosemirror-schema-list": "^1.1.5", | ||
"prosemirror-state": "^1.0.0", | ||
"prosemirror-state": "^1.0.1", | ||
"prosemirror-tables": "^1.1.1", | ||
@@ -76,8 +63,10 @@ "prosemirror-transform": "^1.1.0", | ||
"devDependencies": { | ||
"@size-limit/preset-small-lib": "^5.0.1", | ||
"husky": "^7.0.1", | ||
"size-limit": "^5.0.1", | ||
"tslib": "^2.3.0", | ||
"typescript": "^4.3.5" | ||
"tslib": "^2.3.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts" | ||
} | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality 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
1
1804
1
0
2
0
2
Updatedprosemirror-state@^1.0.1