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

@ngxs/devtools-plugin

Package Overview
Dependencies
Maintainers
0
Versions
1310
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 19.0.0-dev.master-bb752a4 to 19.0.0-dev.master-ee2db76

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

2

package.json
{
"name": "@ngxs/devtools-plugin",
"description": "redux devtools plugin for @ngxs/store",
"version": "19.0.0-dev.master-bb752a4",
"version": "19.0.0-dev.master-ee2db76",
"sideEffects": false,

@@ -6,0 +6,0 @@ "peerDependencies": {

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