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

monaco-intellisense

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-intellisense - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

build/index.d.ts

14

package.json
{
"name": "monaco-intellisense",
"version": "0.0.1",
"version": "0.0.2",
"description": "Your own Intellisense in Monaco Editor",
"files": [
"dist"
"build"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"types": "./dist/index.d.ts",
"main": "./build/index.js",
"module": "./build/index.mjs",
"types": "./build/index.d.ts",
"scripts": {

@@ -16,0 +12,0 @@ "build": "tsup src/index.ts",

# Monaco IntelliSense
Your own Intellisence in Monaco Editor.
Your own Intellisense in Monaco Editor.
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