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

ludi

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ludi - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

cli.mjs

6

package.json
{
"name": "ludi",
"version": "0.0.1",
"version": "0.0.2",
"author": "John Susek <ludi@johnsolo.net>",
"bin": "./driver.mjs",
"bin": {
"ludi": "./cli.mjs"
},
"scripts": {

@@ -7,0 +9,0 @@ "test": "tsx tests/run.ts"

@@ -1,2 +0,2 @@

import { code } from './renderer'
import { code } from './renderer.mjs'
// @ts-expect-error

@@ -9,6 +9,6 @@ import { render, blocks } from './_tmp_generated.mjs';

let output = `class Main extends hxd.App {
${indent(blocks.body, 2)}
${indent(code.body, 2)}
${indent(blocks.body, 2)}
${indent(blocks.postBody, 4)}

@@ -15,0 +15,0 @@

Sorry, the diff of this file is not supported yet

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