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

@ngxs-contrib/emitter

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs-contrib/emitter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@ngxs-contrib/emitter",
"version": "0.0.2",
"version": "0.0.3",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0",

@@ -20,3 +20,3 @@ # @ngxs-contrib/emitter

```TS
```typescript
import { NgModule } from '@angular/core';

@@ -39,3 +39,3 @@ import { NgxsEmitPluginModule } from '@ngxs-contrib/emitter';

```TS
```typescript
import { State } from '@ngxs/store';

@@ -69,3 +69,3 @@ import { Emitter, EmitterAction } from '@ngxs-contrib/emitter';

```TS
```typescript
import { Select } from '@ngxs/store';

@@ -103,3 +103,3 @@ import { PayloadEmitter, Emittable } from '@ngxs-contrib/emitter';

```TS
```typescript
import { State } from '@ngxs/store';

@@ -132,3 +132,3 @@ import { Injector } from '@angular/core';

```TS
```typescript
import { Select } from '@ngxs/store';

@@ -135,0 +135,0 @@ import { PayloadEmitter, Emittable } from '@ngxs-contrib/emitter';

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