Socket
Socket
Sign inDemoInstall

@devbookhq/code-editor

Package Overview
Dependencies
147
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.16 to 0.1.0

14

package.json
{
"name": "@devbookhq/code-editor",
"version": "0.0.16",
"version": "0.1.0",
"main": "./dist/index.mjs",

@@ -15,3 +15,2 @@ "module": "./dist/index.mjs",

"devDependencies": {
"@devbookhq/tsconfig": "0.0.0",
"@types/diff": "^5.0.2",

@@ -22,3 +21,2 @@ "@types/path-browserify": "^1.0.0",

"cssnano": "^5.1.13",
"eslint-config-devbookhq": "0.0.0",
"postcss": "^8.4.17",

@@ -29,3 +27,5 @@ "postcss-import": "^15.0.0",

"tsup": "^5.10.1",
"typescript": "^4.5.3"
"typescript": "^4.9.3",
"@devbookhq/tsconfig": "0.0.0",
"eslint-config-devbookhq": "0.0.0"
},

@@ -43,3 +43,2 @@ "publishConfig": {

"@devbookhq/sdk": "^2.6.9",
"@devbookhq/utils": "0.0.0",
"@lezer/highlight": "^1.1.2",

@@ -61,6 +60,7 @@ "@vscode/codicons": "^0.0.32",

"vscode-languageserver-protocol": "^3.17.2",
"vscode-ws-jsonrpc": "^2.0.0"
"vscode-ws-jsonrpc": "^2.0.0",
"@devbookhq/utils": "0.0.0"
},
"scripts": {
"build": "tsup src/index.ts --format esm --dts --external react --external @devbookhq/sdk --loader .svg=text --sourcemap",
"build": "tsup src/index.ts --format esm --dts --external react --external @devbookhq/sdk --loader .svg=text --sourcemap --minify",
"dev": "tsup src/index.ts --format esm --dts --watch --external react --external @devbookhq/sdk --loader .svg=text --sourcemap",

@@ -67,0 +67,0 @@ "lint": "TIMING=1 eslint \"src/**/*.ts*\"",

@@ -1,7 +0,5 @@

# Devbook UI
# Devbook Code Editor
## Code Editor
## Installation
### Installation
```sh

@@ -16,1 +14,5 @@ npm install @devbookhq/code-editor

```
## Development
Watch mode does not react to the changes in the `.css` files - you need to trigger rebuilding by resaving any code file inside this project.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc