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

ag-channel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-channel - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

8

index.js

@@ -1,4 +0,4 @@

const AsyncIterableStream = require('async-iterable-stream');
const ConsumableStream = require('consumable-stream');
class AGChannel extends AsyncIterableStream {
class AGChannel extends ConsumableStream {
constructor(name, client, eventDemux, dataStream) {

@@ -17,4 +17,4 @@ super();

createAsyncIterator(timeout) {
return this._dataStream.createAsyncIterator(timeout);
createConsumer(timeout) {
return this._dataStream.createConsumer(timeout);
}

@@ -21,0 +21,0 @@

{
"name": "ag-channel",
"version": "3.0.0",
"version": "3.1.0",
"description": "Channel object for Asyngular",

@@ -11,3 +11,3 @@ "main": "index.js",

"dependencies": {
"async-iterable-stream": "^4.0.0"
"consumable-stream": "^1.0.0"
},

@@ -14,0 +14,0 @@ "keywords": [

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