🎩 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.32
to
0.0.33
+3
-4
bin/patch4ie.js

@@ -37,3 +37,2 @@ #!/usr/bin/env node

});
// npmProcess.stdout.pipe(process.stdout);

@@ -53,4 +52,4 @@ function readAngularJson() {

// add es5 config for serve
if (d['projects'][k]['serve']) {
d['projects'][k]['serve']['es5'] = {
if (d['projects'][k]['architect']['serve']) {
d['projects'][k]['architect']['serve']['es5'] = {
"browserTarget": "app:build:es5"

@@ -150,3 +149,3 @@ };

function startConfig() {
readAngularJson();
// readAngularJson();
readTsconfigJson();

@@ -153,0 +152,0 @@ readPolyfillJs();

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

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