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

@ngrx/schematics

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngrx/schematics - npm Package Compare versions

Comparing version 12.1.0 to 12.2.0

2

migrations/6_0_0/index.js
"use strict";
exports.__esModule = true;
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function default_1() {

@@ -5,0 +5,0 @@ return schematics_core_1.updatePackage('schematics');

{
"name": "@ngrx/schematics",
"version": "12.1.0",
"version": "12.2.0",
"description": "NgRx Schematics for Angular",

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

"use strict";
exports.__esModule = true;
exports.platformVersion = void 0;
exports.platformVersion = '^12.1.0';
exports.platformVersion = '^12.2.0';
//# sourceMappingURL=libs-version.js.map
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxAction",
"$id": "SchematicsNgRxAction",
"title": "NgRx Action Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

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

var ts = require("typescript");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function createProvidingContext(options, providingPath) {

@@ -47,0 +47,0 @@ var componentStoreName = "" + schematics_core_1.stringUtils.classify(options.name + "Store");

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxComponentStore",
"$id": "SchematicsNgRxComponentStore",
"title": "NgRx Component Store Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

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

var ts = require("typescript");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function addStateToComponent(options) {

@@ -46,0 +46,0 @@ return function (host) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxContainer",
"$id": "SchematicsNgRxContainer",
"title": "NgRx Container Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

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

var schematics_1 = require("@angular-devkit/schematics");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function migrateToCreators() {

@@ -30,0 +30,0 @@ return function (tree) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxCreateEffectMigration",
"$id": "SchematicsNgRxCreateEffectMigration",
"title": "NgRx Effect Migration from @Effect to createEffect",

@@ -5,0 +5,0 @@ "type": "object",

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

var schematics_1 = require("@angular-devkit/schematics");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function default_1(options) {

@@ -18,0 +18,0 @@ return function (host, context) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxData",
"$id": "SchematicsNgRxData",
"title": "NgRx Data Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

@@ -41,5 +41,5 @@ "use strict";

exports.__esModule = true;
var ts = require("typescript");
var schematics_1 = require("@angular-devkit/schematics");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var ts = require("typescript");
var schematics_core_1 = require("../../schematics-core");
function addImportToNgModule(options) {

@@ -46,0 +46,0 @@ return function (host) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxEffect",
"$id": "SchematicsNgRxEffect",
"title": "NgRx Effect Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

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

var schematics_1 = require("@angular-devkit/schematics");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function default_1(options) {

@@ -18,0 +18,0 @@ return function (host, context) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxEntity",
"$id": "SchematicsNgRxEntity",
"title": "NgRx Entity Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxFeature",
"$id": "SchematicsNgRxFeature",
"title": "NgRx Feature State Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxSchematics",
"$id": "SchematicsNgRxSchematics",
"title": "Scaffolding library for Angular applications using NgRx libraries",

@@ -5,0 +5,0 @@ "type": "object",

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

var schematics_1 = require("@angular-devkit/schematics");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
var ASYNC_REGEXP = /\| {0,}async/g;

@@ -9,0 +9,0 @@ var REACTIVE_MODULE = 'ReactiveComponentModule';

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxNgRxPushMigration",
"$id": "SchematicsNgRxNgRxPushMigration",
"title": "NgRx Component NgRxPush Migration from async to ngrxPush",

@@ -5,0 +5,0 @@ "type": "object",

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

var schematics_1 = require("@angular-devkit/schematics");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function default_1(options) {

@@ -18,0 +18,0 @@ return function (host, context) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxReducer",
"$id": "SchematicsNgRxReducer",
"title": "NgRx Reducer Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

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

var schematics_1 = require("@angular-devkit/schematics");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function default_1(options) {

@@ -18,0 +18,0 @@ return function (host, context) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxSelector",
"$id": "SchematicsNgRxSelector",
"title": "NgRx Selector Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

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

var ts = require("typescript");
var schematics_core_1 = require("@ngrx/schematics/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function addImportToNgModule(options) {

@@ -52,0 +52,0 @@ return function (host) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxState",
"$id": "SchematicsNgRxState",
"title": "NgRx State Management Options Schema",

@@ -5,0 +5,0 @@ "type": "object",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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