Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codehike

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codehike - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0

LICENSE

24

package.json
{
"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 ."
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc