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

@schematics/angular

Package Overview
Dependencies
Maintainers
2
Versions
798
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schematics/angular - npm Package Compare versions

Comparing version 0.0.45 to 0.0.46

21

application/files/__dot__angular-cli.json

@@ -57,15 +57,16 @@ {

"defaults": {
"styleExt": "<%= style %>",<% if (!minimal) { %>
"component": {}<% } else { %>
"component": {
"spec": false,
"inlineStyle": true,
"styleExt": "<%= style %>",
"class": {
"spec": false
},
"component": {<% if (minimal || inlineStyle) { %>
"inlineStyle": true
<% } %><% if (minimal || (inlineTemplate && inlineStyle)) { %>,<% } %><% if (minimal || inlineTemplate) { %>
"inlineTemplate": true
},
<% } %><% if (minimal || (skipTests && (inlineStyle || inlineTemplate))) { %>,<% } %><% if (minimal || skipTests) { %>
"spec": false
<% } %>}<% if (minimal || skipTests) { %>,
"directive": {
"spec": false
},
"class": {
"spec": false
},
"guard": {

@@ -82,4 +83,4 @@ "spec": false

"spec": false
} <% } %>
}<% } %>
}
}

@@ -40,4 +40,8 @@ /**

/** IE10 and IE11 requires the following for the Reflect API. */
// import 'core-js/es6/reflect';
/** Evergreen browsers require these. **/
import 'core-js/es6/reflect';
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';

@@ -44,0 +48,0 @@

@@ -18,3 +18,4 @@ {

true,
"rxjs"
"rxjs",
"rxjs/Rx"
],

@@ -21,0 +22,0 @@ "import-spacing": true,

{
"name": "@schematics/angular",
"version": "0.0.45",
"version": "0.0.46",
"description": "Schematics specific to Angular",

@@ -16,3 +16,3 @@ "keywords": [

"peerDependencies": {
"@angular-devkit/schematics": "0.0.33"
"@angular-devkit/schematics": "0.0.34"
},

@@ -19,0 +19,0 @@ "repository": {

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