New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lit-labs/cli

Package Overview
Dependencies
Maintainers
11
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-labs/cli - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1-pre.0

4

lib/command.d.ts

@@ -11,6 +11,6 @@ /**

export type { Section } from 'command-line-usage';
export declare type CommandOptions = {
export type CommandOptions = {
[name: string]: unknown;
};
export declare type Command = ReferenceToCommand | ResolvedCommand;
export type Command = ReferenceToCommand | ResolvedCommand;
export declare function isCommand(maybeCommand: Partial<Command> | undefined): maybeCommand is Command;

@@ -17,0 +17,0 @@ /**

@@ -8,3 +8,3 @@ /**

import { LitCli } from '../lit-cli.js';
export declare type Language = 'ts' | 'js';
export type Language = 'ts' | 'js';
export interface InitCommandOptions {

@@ -11,0 +11,0 @@ lang: Language;

@@ -8,3 +8,3 @@ /**

import { Console } from 'console';
export declare type Level = 'error' | 'warn' | 'info' | 'verbose' | 'debug';
export type Level = 'error' | 'warn' | 'info' | 'verbose' | 'debug';
/**

@@ -11,0 +11,0 @@ * A Console with a settable log level that controls whether messages are

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

export declare const litVersion = "2.7.0";
export declare const litVersion = "3.0.0-pre.0";

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

export const litVersion = '2.7.0';
export const litVersion = '3.0.0-pre.0';
//# sourceMappingURL=lit-version.js.map
{
"name": "@lit-labs/cli",
"description": "Tooling for Lit development",
"version": "0.4.0",
"version": "0.4.1-pre.0",
"publishConfig": {

@@ -82,5 +82,5 @@ "access": "public"

"dependencies": {
"@lit-labs/analyzer": "^0.6.0",
"@lit-labs/gen-utils": "^0.2.0",
"@lit/localize-tools": "^0.6.1",
"@lit-labs/analyzer": "^0.6.1-pre.0",
"@lit-labs/gen-utils": "^0.2.2-pre.0",
"@lit/localize-tools": "^0.7.0-pre.0",
"chalk": "^5.0.1",

@@ -93,3 +93,3 @@ "command-line-args": "^5.2.1",

"devDependencies": {
"@lit-internal/tests": "^0.0.0",
"@lit-internal/tests": "^0.0.1-pre.0",
"@types/command-line-args": "^5.2.0",

@@ -96,0 +96,0 @@ "@types/command-line-commands": "^2.0.1",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc