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

@coursehero/theia

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coursehero/theia - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

dist/DefaultBuilder.js

@@ -137,2 +137,7 @@ "use strict";

});
if (await doPromiseExec('git status --short', { cwd: workingDir })) {
const diff = await doPromiseExec('git diff', { cwd: workingDir });
await doPromiseExec('git reset --hard && git clean -fd', { cwd: workingDir });
throw new Error(`Building ${componentLibrary} resulted in unexpected changes\n${diff}`);
}
if (!fs.existsSync(path.join(workingDir, 'dist', 'stats-browser.json'))) {

@@ -139,0 +144,0 @@ throw new Error(`Building ${componentLibrary} did not emit a browser stats file`);

4

package.json
{
"name": "@coursehero/theia",
"version": "1.0.0",
"version": "1.0.1",
"bin": "./dist/cli.js",

@@ -25,3 +25,3 @@ "main": "dist/theia.js",

},
"gitHead": "04c2d9ef7b32dd90184d2d2c18eb2e758bf6be01"
"gitHead": "fc7bdc5a8530e01fb0b8d1cb01743be6aa47b7ab"
}

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