Comparing version 1.0.0-beta.9 to 1.0.0
{ | ||
"name": "codehike", | ||
"version": "1.0.0-beta.9", | ||
"version": "1.0.0", | ||
"description": "Build rich content websites with Markdown and React", | ||
"keywords": [ | ||
"react", | ||
"markdown", | ||
"mdx", | ||
"syntax highlighting", | ||
"rsc", | ||
"code blocks" | ||
], | ||
"homepage": "https://codehike.org", | ||
"bugs": { | ||
"url": "https://github.com/code-hike/codehike/issues" | ||
}, | ||
"author": "Rodrigo Pombo", | ||
"type": "module", | ||
@@ -8,3 +22,2 @@ "sideEffects": false, | ||
"repository": "code-hike/codehike", | ||
"homepage": "https://codehike.org", | ||
"funding": { | ||
@@ -20,3 +33,2 @@ "type": "github", | ||
"./code": "./dist/code/index.js", | ||
"./utils": "./dist/utils.js", | ||
"./utils/token-transitions": "./dist/utils/token-transitions.js", | ||
@@ -33,3 +45,2 @@ "./utils/static-fallback": "./dist/utils/static-fallback.js", | ||
"estree-util-visit": "^2.0.0", | ||
"front-matter": "^4.0.2", | ||
"mdast-util-mdx-jsx": "^3.0.0", | ||
@@ -39,2 +50,3 @@ "unist-util-visit": "^5.0.0" | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.4", | ||
"@mdx-js/mdx": "^3.0.0", | ||
@@ -48,2 +60,3 @@ "@types/diff": "^5.0.9", | ||
"@vitest/ui": "^2.0.3", | ||
"front-matter": "^4.0.2", | ||
"mdast-util-from-markdown": "^2.0.0", | ||
@@ -65,4 +78,5 @@ "react": "18.3.0-canary-c5b937576-20231219", | ||
"watch": "vitest -u", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", | ||
"check-exports": "attw --pack ." | ||
} | ||
} |
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
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
276647
5
204
0
0
0
16
17
- Removedfront-matter@^4.0.2
- Removedargparse@1.0.10(transitive)
- Removedesprima@4.0.1(transitive)
- Removedfront-matter@4.0.2(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedsprintf-js@1.0.3(transitive)