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

callbag-from-obs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callbag-from-obs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

readme.js

8

package.json
{
"name": "callbag-from-obs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert an observable to a callbag listenable source",

@@ -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 fromObs = require('./index');
const fromObs = require('./readme');

@@ -4,0 +4,0 @@ test('it converts an async infinite subscribable', (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