🎩 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.24
to
0.0.25
+9
-5
bin/patch4ie.js

@@ -22,8 +22,12 @@ #!/usr/bin/env node

const shell = `${shellPrefix}npm i classlist.js web-animations-js core-js babel-polyfill`;
child_process.exec(shell, (
err, stderr,stdout
) => {if (!err) {
child_process.exec(shell, (err, stderr,stdout) => {
if (!err) {
// console.log(stdout.trim());
startConfig();
}});
startConfig();
}
else {
console.error(err);
spinner.fail();
}
});
function readAngularJson() {

@@ -30,0 +34,0 @@ try {

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

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