Socket
Socket
Sign inDemoInstall

@schematics/schematics

Package Overview
Dependencies
Maintainers
3
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schematics/schematics - npm Package Compare versions

Comparing version 0.1100.0-next.3 to 0.1100.0-next.4

7

blank/factory.js

@@ -63,4 +63,4 @@ "use strict";

const packageJson = JSON.parse(packageJsonContent.toString('utf-8'));
if ('schematics' in packageJson) {
const p = core_1.normalize(packageJson['schematics']);
if (typeof packageJson.schematics === 'string') {
const p = core_1.normalize(packageJson.schematics);
if (tree.exists(p)) {

@@ -72,4 +72,3 @@ collectionPath = p;

}
catch (_) {
}
catch (_a) { }
let source = schematics_1.apply(schematics_1.url('./schematic-files'), [

@@ -76,0 +75,0 @@ schematics_1.applyTemplates({

{
"name": "@schematics/schematics",
"version": "0.1100.0-next.3",
"version": "0.1100.0-next.4",
"description": "Schematics specific to Angular",

@@ -19,4 +19,4 @@ "experimental": true,

"dependencies": {
"@angular-devkit/core": "11.0.0-next.3",
"@angular-devkit/schematics": "11.0.0-next.3"
"@angular-devkit/core": "11.0.0-next.4",
"@angular-devkit/schematics": "11.0.0-next.4"
},

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

@@ -16,3 +16,3 @@ "use strict";

const coreVersion = require('@angular-devkit/core/package.json').version;
return (_tree, context) => {
return (_, context) => {
context.addTask(new tasks_1.NodePackageInstallTask(options.name));

@@ -19,0 +19,0 @@ return schematics_1.mergeWith(schematics_1.apply(schematics_1.url('./files'), [

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