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

@ngrx/effects

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngrx/effects - 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/effects/schematics-core");
var schematics_core_1 = require("../../schematics-core");
function default_1() {

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

@@ -19,6 +19,5 @@ "use strict";

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

@@ -51,3 +50,3 @@ return function (tree, ctx) {

visitIdentifierWithText(node, oldText, function (match) {
changes.push(schematics_core_2.createReplaceChange(sourceFile, match, oldText, newText));
changes.push(schematics_core_1.createReplaceChange(sourceFile, match, oldText, newText));
});

@@ -54,0 +53,0 @@ }

{
"name": "@ngrx/effects",
"version": "12.1.0",
"version": "12.2.0",
"description": "Side effect model for @ngrx/store",

@@ -25,3 +25,3 @@ "repository": {

"@angular/core": "^12.0.0",
"@ngrx/store": "12.1.0",
"@ngrx/store": "12.2.0",
"rxjs": "^6.5.3"

@@ -28,0 +28,0 @@ },

"use strict";
exports.__esModule = true;
exports.platformVersion = void 0;
exports.platformVersion = '^12.1.0';
exports.platformVersion = '^12.2.0';
//# sourceMappingURL=libs-version.js.map

@@ -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/effects/schematics-core");
var ts = require("typescript");
var schematics_core_1 = require("../../schematics-core");
var tasks_1 = require("@angular-devkit/schematics/tasks");

@@ -46,0 +46,0 @@ function addImportToNgModule(options) {

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxRootEffect",
"$id": "SchematicsNgRxRootEffect",
"title": "NgRx Root Effect 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

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