Socket
Socket
Sign inDemoInstall

@ngrx/component-store

Package Overview
Dependencies
5
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.3.0 to 17.0.0-beta.0

8

package.json
{
"name": "@ngrx/component-store",
"version": "16.3.0",
"version": "17.0.0-beta.0",
"description": "Reactive store for component state",

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

"peerDependencies": {
"@angular/core": "^16.0.0",
"@angular/core": "^17.0.0-rc.0",
"rxjs": "^6.5.3 || ^7.5.0"

@@ -42,3 +42,4 @@ },

"@ngrx/component",
"@ngrx/eslint-plugin"
"@ngrx/eslint-plugin",
"@ngrx/signals"
],

@@ -48,2 +49,3 @@ "migrations": "./migrations/migration.json"

"dependencies": {
"@ngrx/operators": "17.0.0-beta.0",
"tslib": "^2.0.0"

@@ -50,0 +52,0 @@ },

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.platformVersion = void 0;
exports.platformVersion = '^16.3.0';
exports.platformVersion = '^17.0.0-beta.0';
//# sourceMappingURL=libs-version.js.map

@@ -42,8 +42,8 @@ "use strict";

var projectOptions = project.architect['build'].options;
if (!(projectOptions === null || projectOptions === void 0 ? void 0 : projectOptions.main)) {
throw new schematics_1.SchematicsException("Could not find the main file");
if (!(projectOptions === null || projectOptions === void 0 ? void 0 : projectOptions.main) && !(projectOptions === null || projectOptions === void 0 ? void 0 : projectOptions.browser)) {
throw new schematics_1.SchematicsException("Could not find the main file ".concat(project));
}
return projectOptions.main;
return (projectOptions.browser || projectOptions.main);
}
exports.getProjectMainFile = getProjectMainFile;
//# sourceMappingURL=project.js.map
export * from './component-store';
export * from './tap-response';
export { tapResponse } from '@ngrx/operators';
export { provideComponentStore, OnStateInit, OnStoreInit, } from './lifecycle_hooks';

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc