@coursehero/theia
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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`); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
83081
42
1036
4