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

@ngxs/devtools-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs/devtools-plugin - npm Package Compare versions

Comparing version 18.1.6 to 19.0.0-dev.master-03cd1e9

5

index.d.ts
import * as i0 from '@angular/core';
import { InjectionToken, ModuleWithProviders, EnvironmentProviders, OnDestroy } from '@angular/core';
import { InjectionToken, ModuleWithProviders, EnvironmentProviders } from '@angular/core';
import { NgxsPlugin, NgxsNextPluginFn } from '@ngxs/store/plugins';

@@ -87,3 +87,3 @@

*/
declare class NgxsReduxDevtoolsPlugin implements OnDestroy, NgxsPlugin {
declare class NgxsReduxDevtoolsPlugin implements NgxsPlugin {
private _injector;

@@ -96,3 +96,2 @@ private _ngZone;

constructor();
ngOnDestroy(): void;
/**

@@ -99,0 +98,0 @@ * Lazy get the store for circular dependency issues

{
"name": "@ngxs/devtools-plugin",
"description": "redux devtools plugin for @ngxs/store",
"version": "18.1.6",
"version": "19.0.0-dev.master-03cd1e9",
"sideEffects": false,
"peerDependencies": {
"@ngxs/store": "^18.1.6 || ^18.1.6-dev",
"@angular/core": ">=16.0.0 <19.0.0",
"@angular/core": ">=19.0.0 <20.0.0",
"@ngxs/store": "^19.0.0 || ^19.0.0-dev",
"rxjs": ">=6.5.5"

@@ -19,4 +19,2 @@ },

"types": "./index.d.ts",
"esm2022": "./esm2022/ngxs-devtools-plugin.mjs",
"esm": "./esm2022/ngxs-devtools-plugin.mjs",
"default": "./fesm2022/ngxs-devtools-plugin.mjs"

@@ -72,2 +70,2 @@ }

}
}
}
fesm2022/ngxs-devtools-plugin.mjs

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