Socket
Socket
Sign inDemoInstall

@ngxs/devtools-plugin

Package Overview
Dependencies
Maintainers
2
Versions
1260
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 2.0.0-rc.21 to 2.0.0-rc.22

4

package.json
{
"name": "@ngxs/devtools-plugin",
"description": "redux devtools plugin for @ngxs/store",
"version": "2.0.0-rc.21",
"version": "2.0.0-rc.22",
"peerDependencies": {
"@ngxs/store": "2.0.0-rc.21",
"@ngxs/store": "2.0.0-rc.22",
"@angular/core": "^5.0.0"

@@ -8,0 +8,0 @@ },

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

# @ngxs/storage-plugin
```TS
// app.module.ts
import { NgxsModule } from '@ngxs/store';
import { NgxsStoragePluginModule } from '@ngxs/storage-plugin';
@NgModule({
imports: [
NgxsModule.forRoot(),
NgxsStoragePluginModule.forRoot(),
]
})
export class AppModule { }
```
# @ngxs/devtools-plugin
Storage plugin for NGXS. See [repo](https://github.com/ngxs/store) for more info.
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