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

@eclipse-che/theia-generator

Package Overview
Dependencies
Maintainers
3
Versions
683
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/theia-generator - npm Package Compare versions

Comparing version 0.0.1-1543568125 to 0.0.1-1544787064

2

dist/repository.js

@@ -60,3 +60,3 @@ "use strict";

const commandClonedDir = new command_1.Command(clonedDir);
yield commandClonedDir.exec(`git checkout ${checkoutTo}`);
yield commandClonedDir.exec(`git checkout -f ${checkoutTo}`);
}

@@ -63,0 +63,0 @@ return clonedDir;

{
"name": "@eclipse-che/theia-generator",
"version": "0.0.1-1543568125",
"version": "0.0.1-1544787064",
"description": "Eclipse Che - Theia tooling",

@@ -5,0 +5,0 @@ "author": "Florent Benoit",

@@ -55,3 +55,3 @@ /*********************************************************************

const commandClonedDir = new Command(clonedDir);
await commandClonedDir.exec(`git checkout ${checkoutTo}`);
await commandClonedDir.exec(`git checkout -f ${checkoutTo}`);
}

@@ -58,0 +58,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