callbag-map
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7599
228
32
4