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

@moonbit/moonpad

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

@moonbit/moonpad - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

dist/moonpad.d.ts

@@ -1,9 +0,6 @@

declare type CompileReport = {
severity: 'Error' | 'Warning';
message: string;
};
import * as LSP from 'vscode-languageserver-protocol';
declare type CompileResult = {
output: Uint8Array | null;
reports: CompileReport[];
reports: [string, LSP.Diagnostic][];
timeCost: number;

@@ -10,0 +7,0 @@ };

{
"name": "@moonbit/moonpad",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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