Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6.3 to 0.6.4

5

lib/lit-cli.js

@@ -210,7 +210,6 @@ /**

this.console.log(`Installing ${installFrom}...`);
const child = childProcess.spawn(
// https://stackoverflow.com/questions/43230346/error-spawn-npm-enoent
/^win/.test(process.platform) ? 'npm.cmd' : 'npm', ['install', '--save-dev', installFrom], {
const child = childProcess.spawn('npm', ['install', '--save-dev', installFrom], {
cwd: this.cwd,
stdio: [process.stdin, 'pipe', 'pipe'],
shell: true,
});

@@ -217,0 +216,0 @@ (async () => {

2

lib/lit-version.d.ts

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

export declare const litVersion = "3.1.2";
export declare const litVersion = "3.1.3";

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

export const litVersion = '3.1.2';
export const litVersion = '3.1.3';
//# sourceMappingURL=lit-version.js.map
{
"name": "@lit-labs/cli",
"description": "Tooling for Lit development",
"version": "0.6.3",
"version": "0.6.4",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

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