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

callbag-map

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callbag-map - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

readme.js

11

package.json
{
"name": "callbag-map",
"version": "1.0.0",
"description":
"Callbag operator that applies a transformation on data passing through it",
"version": "1.0.1",
"description": "Callbag operator that applies a transformation on data passing through it",
"repository": {

@@ -10,3 +9,3 @@ "type": "git",

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

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

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

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

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

@@ -4,0 +4,0 @@ test('it maps a pullable 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