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

archan

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

archan - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

index.js

@@ -38,3 +38,3 @@ var slice = [].slice

while (self.drains.length && self.pushable)
if (self.drains.length && self.pushable)
self.drains.shift()()

@@ -41,0 +41,0 @@ }

{
"name": "archan",
"description": "Array-like generator-based channels",
"version": "0.4.0",
"version": "0.4.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

@@ -119,6 +119,2 @@ # Archan [![Build Status](https://travis-ci.org/cojs/archan.png)](https://travis-ci.org/cojs/archan)

#### ch.unshift(val...)
Adds a value to the beginning of the channel.
### Control Flow

@@ -125,0 +121,0 @@

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