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

callbag-concat

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callbag-concat - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

readme.js

8

package.json
{
"name": "callbag-concat",
"version": "1.0.0",
"version": "1.0.1",
"description": "Callbag factory that concatenates data from multiple callbag sources",

@@ -9,3 +9,3 @@ "repository": {

},
"main": "index.js",
"main": "readme.js",
"scripts": {

@@ -16,3 +16,5 @@ "test": "tape test.js"

"license": "MIT",
"keywords": ["callbag"],
"keywords": [
"callbag"
],
"devDependencies": {

@@ -19,0 +21,0 @@ "tape": "^4.8.0"

const test = require('tape');
const concat = require('./index');
const concat = require('./readme');

@@ -4,0 +4,0 @@ test('it concats 1 async finite listenable source', t => {

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