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

create-vscode-editor

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vscode-editor - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.vscode/launch.json

2

extension/package.json

@@ -5,3 +5,3 @@ {

"description": "A Custom Editor Extension for VS Code.",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT","repository": {

@@ -8,0 +8,0 @@ "type": "git",

{
"name": "create-vscode-editor",
"version": "0.1.0",
"version": "0.1.1",
"description": "A custom editor for VS Code",

@@ -13,2 +13,3 @@ "author": "@seflless",

},
"homepage": "https://github.com/seflless/create-vscode-editor",

@@ -21,3 +22,3 @@ "license": "MIT",

"start:editor": "node scripts/dev-editor.mjs -w",
"start:extension": "code extension && node scripts/dev-extension.mjs -w",
"start:extension": "code . editor/src/App.tsx && node scripts/dev-extension.mjs -w",
"build": "yarn build:editor && yarn build:extension",

@@ -24,0 +25,0 @@ "build:editor": "node scripts/build-editor.mjs",

@@ -113,3 +113,3 @@ ## Create VS Code Editors

#### References
#### Implementation References

@@ -116,0 +116,0 @@ - [yarn create](https://classic.yarnpkg.com/en/docs/cli/create)

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