New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

pull-spec

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-spec

check that a pull-stream has the correct behavior.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

pull-spec

check that a pull-stream has the correct behavior.

var Spec = require('pull-spec')
var pull = require('pull-stream')

pull(
  Spec(pull.values([1,2,3])),
  ...
)

will throw an error if the stream callsback too many times, or out of turn, and also if read is called incorrectly.

It's generally enough to just connect the sink.

License

MIT

FAQs

Package last updated on 13 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts