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

@ngrx/store

Package Overview
Dependencies
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngrx/store - npm Package Compare versions

Comparing version 14.0.0-beta.0 to 14.0.0-rc.0

4

package.json
{
"name": "@ngrx/store",
"version": "14.0.0-beta.0",
"version": "14.0.0-rc.0",
"description": "RxJS powered Redux for Angular apps",

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

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

@@ -27,0 +27,0 @@ },

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

@@ -108,7 +108,9 @@ "use strict";

return function (host, context) {
(0, schematics_core_1.addPackageToPackageJson)(host, 'devDependencies', '@ngrx/eslint-plugin', schematics_core_1.platformVersion);
var installTaskId = context.addTask(new tasks_1.NodePackageInstallTask());
context.addTask(new tasks_1.RunSchematicTask('@ngrx/eslint-plugin', 'ng-add', {}), [
installTaskId,
]);
var _a;
var eslint = (_a = host.read('.eslintrc.json')) === null || _a === void 0 ? void 0 : _a.toString('utf-8');
if (eslint) {
(0, schematics_core_1.addPackageToPackageJson)(host, 'devDependencies', '@ngrx/eslint-plugin', schematics_core_1.platformVersion);
var installTaskId = context.addTask(new tasks_1.NodePackageInstallTask());
context.addTask(new tasks_1.RunSchematicTask('@ngrx/eslint-plugin', 'ng-add', {}), [installTaskId]);
}
return host;

@@ -115,0 +117,0 @@ };

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