Socket
Socket
Sign inDemoInstall

@ngxs/hmr-plugin

Package Overview
Dependencies
4
Maintainers
1
Versions
766
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.8.2-dev.master-9f0fcb0 to 3.8.2-dev.master-a0c92bf

2

package.json
{
"name": "@ngxs/hmr-plugin",
"version": "3.8.2-dev.master-9f0fcb0",
"version": "3.8.2-dev.master-a0c92bf",
"license": "MIT",

@@ -5,0 +5,0 @@ "sideEffects": true,

@@ -15,3 +15,3 @@ import { NgModuleRef } from '@angular/core';

private get applicationRef();
private get bootstrap();
private get appBootstrappedState();
hmrModule(bootstrapFn: BootstrapModuleFn<T>, tick: () => void): Promise<NgModuleRef<T>>;

@@ -18,0 +18,0 @@ beforeModuleBootstrap(): void;

@@ -1,2 +0,2 @@

import { NgxsBootstrapper } from '@ngxs/store/internals';
import { ɵNgxsAppBootstrappedState } from '@ngxs/store/internals';
import { HmrOptionBuilder } from './hmr-options-builder';

@@ -8,7 +8,7 @@ import { HmrCallback, NgxsHmrLifeCycle } from '../symbols';

private ngAppModule;
private bootstrap;
private appBootstrappedState;
private storage;
private context;
private options;
constructor(ngAppModule: T, bootstrap: NgxsBootstrapper, storage: HmrStorage<S>, context: HmrStateContextFactory<T, S>, options: HmrOptionBuilder);
constructor(ngAppModule: T, appBootstrappedState: ɵNgxsAppBootstrappedState, storage: HmrStorage<S>, context: HmrStateContextFactory<T, S>, options: HmrOptionBuilder);
hmrNgxsStoreOnInit(hmrAfterOnInit: HmrCallback<S>): void;

@@ -15,0 +15,0 @@ private getModuleHmrInitCallback;

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

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