🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

angular-ie-cli

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ie-cli - npm Package Compare versions

Comparing version
0.0.30
to
0.0.31
+6
-7
bin/patch4ie.js

@@ -28,13 +28,12 @@ #!/usr/bin/env node

stdio: 'inherit'
},(err, stderr,stdout) => {
if (!err) {
});
npmProcess.on('close', (code) => {
if (code === 0) {
spinner.start('\n Updating configuration... \n');
startConfig();
} else {
spinner.fail('package install failed');
}
else {
console.error(err);
spinner.fail();
}
});
npmProcess.stdout.pipe(process.stdout);
// npmProcess.stdout.pipe(process.stdout);

@@ -41,0 +40,0 @@ function readAngularJson() {

{
"name": "angular-ie-cli",
"version": "0.0.30",
"version": "0.0.31",
"description": "patch your angular project to support IE browser",

@@ -5,0 +5,0 @@ "main": "index.js",