New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ngrx/router-store

Package Overview
Dependencies
Maintainers
4
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

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

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

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

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

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

@@ -8,0 +8,0 @@ var SERIALIZER_PROPERTY = 'serializer: DefaultRouterStateSerializer';

{
"name": "@ngrx/router-store",
"version": "12.1.0",
"version": "12.2.0",
"description": "Bindings to connect @angular/router to @ngrx/store",

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

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

@@ -29,0 +29,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

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

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

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

{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNgRxRouterStore",
"$id": "SchematicsNgRxRouterStore",
"title": "NgRx Router Store 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

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