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.1001.0-next.6 to 0.1001.0-next.7

6

package.json
{
"name": "@schematics/schematics",
"version": "0.1001.0-next.6",
"version": "0.1001.0-next.7",
"description": "Schematics specific to Angular",

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

"dependencies": {
"@angular-devkit/core": "10.1.0-next.6",
"@angular-devkit/schematics": "10.1.0-next.6"
"@angular-devkit/core": "10.1.0-next.7",
"@angular-devkit/schematics": "10.1.0-next.7"
},

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

@@ -12,16 +12,20 @@ "use strict";

const schematics_1 = require("@angular-devkit/schematics");
const tasks_1 = require("@angular-devkit/schematics/tasks");
function default_1(options) {
const schematicsVersion = require('@angular-devkit/schematics/package.json').version;
const coreVersion = require('@angular-devkit/core/package.json').version;
return schematics_1.mergeWith(schematics_1.apply(schematics_1.url('./files'), [
schematics_1.partitionApplyMerge((p) => !/\/src\/.*?\/files\//.test(p), schematics_1.template({
...options,
coreVersion,
schematicsVersion,
dot: '.',
dasherize: core_1.strings.dasherize,
})),
schematics_1.move(options.name),
]));
return (_tree, context) => {
context.addTask(new tasks_1.NodePackageInstallTask(options.name));
return schematics_1.mergeWith(schematics_1.apply(schematics_1.url('./files'), [
schematics_1.partitionApplyMerge((p) => !/\/src\/.*?\/files\//.test(p), schematics_1.template({
...options,
coreVersion,
schematicsVersion,
dot: '.',
dasherize: core_1.strings.dasherize,
})),
schematics_1.move(options.name),
]));
};
}
exports.default = default_1;

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

"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~3.9.7"
"typescript": "~4.0.2"
},

@@ -21,0 +21,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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