@ngxs/devtools-plugin
Advanced tools
Comparing version 3.8.2 to 18.0.0-dev.master-5428af8
{ | ||
"$schema": "../../node_modules/ng-packagr/package.schema.json", | ||
"name": "@ngxs/devtools-plugin", | ||
"description": "redux devtools plugin for @ngxs/store", | ||
"version": "3.8.2", | ||
"sideEffects": true, | ||
"version": "18.0.0-dev.master-5428af8", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@ngxs/store": "^3.8.2 || ^3.8.2-dev", | ||
"@angular/core": ">=12.0.0 <18.0.0", | ||
"@angular/core": ">=16.0.0 <19.0.0", | ||
"@ngxs/store": "^18.0.0 || ^18.0.0-dev", | ||
"rxjs": ">=6.5.5" | ||
}, | ||
"main": "bundles/ngxs-devtools-plugin.umd.js", | ||
"module": "fesm2015/ngxs-devtools-plugin.js", | ||
"es2015": "fesm2015/ngxs-devtools-plugin.js", | ||
"esm2015": "esm2015/ngxs-devtools-plugin.js", | ||
"fesm2015": "fesm2015/ngxs-devtools-plugin.js", | ||
"typings": "ngxs-devtools-plugin.d.ts", | ||
"module": "fesm2022/ngxs-devtools-plugin.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ngxs-devtools-plugin.mjs", | ||
"esm": "./esm2022/ngxs-devtools-plugin.mjs", | ||
"default": "./fesm2022/ngxs-devtools-plugin.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -65,2 +71,2 @@ "repository": { | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { ModuleWithProviders, InjectionToken } from '@angular/core'; | ||
import { ModuleWithProviders, InjectionToken, EnvironmentProviders } from '@angular/core'; | ||
import { NgxsDevtoolsOptions } from './symbols'; | ||
@@ -24,1 +24,2 @@ import * as i0 from "@angular/core"; | ||
} | ||
export declare function withNgxsReduxDevtoolsPlugin(options?: NgxsDevtoolsOptions): EnvironmentProviders; |
import { Injector, NgZone, OnDestroy } from '@angular/core'; | ||
import { NgxsNextPluginFn, NgxsPlugin } from '@ngxs/store'; | ||
import { NgxsNextPluginFn, NgxsPlugin } from '@ngxs/store/plugins'; | ||
import { NgxsDevtoolsAction, NgxsDevtoolsOptions } from './symbols'; | ||
@@ -4,0 +4,0 @@ import * as i0 from "@angular/core"; |
@@ -1,3 +0,3 @@ | ||
export { NgxsReduxDevtoolsPluginModule } from './devtools.module'; | ||
export { NgxsReduxDevtoolsPluginModule, withNgxsReduxDevtoolsPlugin } from './devtools.module'; | ||
export { NgxsReduxDevtoolsPlugin } from './devtools.plugin'; | ||
export * from './symbols'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59775
15
494
1
1
+ Added@angular/core@18.2.13(transitive)
+ Added@ngxs/store@18.1.6(transitive)
- Removed@angular/core@17.3.12(transitive)
- Removed@ngxs/store@3.8.2(transitive)
Updatedtslib@^2.3.0