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

it-pushable

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-pushable - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

index.d.ts

@@ -24,2 +24,2 @@ export interface Pushable<T> extends AsyncIterable<T> {

export default pushable
export = pushable
{
"name": "it-pushable",
"version": "1.4.0",
"version": "1.4.1",
"description": "Pushable iterable",

@@ -19,6 +19,6 @@ "main": "index.js",

"devDependencies": {
"ava": "^2.3.0",
"ava": "^3.15.0",
"it-pipe": "^1.0.1",
"nyc": "^14.1.1",
"standard": "^14.1.0"
"nyc": "^15.1.0",
"standard": "^16.0.3"
},

@@ -25,0 +25,0 @@ "dependencies": {

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

import test from 'ava'
import pipe from 'it-pipe'
import pushable from '.'
const test = require('ava')
const pipe = require('it-pipe')
const pushable = require('.')

@@ -5,0 +5,0 @@ const collect = async source => {

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