Socket
Socket
Sign inDemoInstall

@schematics/schematics

Package Overview
Dependencies
Maintainers
2
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.0.6 to 0.0.7

blank/factory.d.ts

5

collection.json
{
"schematics": {
"blank": {
"factory": "./blank/factory",
"schema": "./blank/schema.json",
"description": "Create an empty schematic project or add a blank schematic to the current project."
},
"schematic": {

@@ -4,0 +9,0 @@ "factory": "./schematic/factory",

4

package.json
{
"name": "@schematics/schematics",
"version": "0.0.6",
"version": "0.0.7",
"description": "Schematics specific to Angular",

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

"peerDependencies": {
"@angular-devkit/schematics": "0.0.36"
"@angular-devkit/schematics": "0.0.37"
},

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

@@ -9,3 +9,3 @@ import { Rule, SchematicContext, Tree } from '@angular-devkit/schematics';

// Show the options for this Schematics.
// The logger here is at the discretion of the tooling. It can be ignored or only showing
// The logging here is at the discretion of the tooling. It can be ignored or only showing
// info/warnings/errors. If you use console.log() there is not guarantee it will be

@@ -12,0 +12,0 @@ // propagated to a user in any way (for example, an IDE running this schematic might

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