can-stream-kefir
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "can-stream-kefir", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Stream values into and out of computes", | ||
@@ -37,19 +37,19 @@ "homepage": "http://canjs.com", | ||
"dependencies": { | ||
"can-compute": "^3.1.0-pre.9", | ||
"can-event": "^3.5.0-pre.2", | ||
"can-observation": "^3.2.0-pre.11", | ||
"can-stream": "^0.3.0-pre.0", | ||
"can-util": "^3.9.0-pre.4", | ||
"can-compute": "^3.1.0", | ||
"can-event": "^3.5.0", | ||
"can-observation": "^3.2.0", | ||
"can-stream": "^0.3.0", | ||
"can-util": "^3.9.0", | ||
"kefir": "^3.5.1" | ||
}, | ||
"devDependencies": { | ||
"can-define": "^1.2.0-pre.4", | ||
"done-serve": "^0.2.4", | ||
"donejs-cli": "^0.9.5", | ||
"generator-donejs": "^0.9.0", | ||
"can-define": "^1.2.3", | ||
"done-serve": "^1.3.0", | ||
"donejs-cli": "^1.0.1", | ||
"generator-donejs": "^1.0.5", | ||
"jshint": "^2.9.1", | ||
"steal": "^1.2.10", | ||
"steal": "^1.5.4", | ||
"steal-qunit": "^1.0.1", | ||
"steal-tools": "^1.1.2", | ||
"testee": "^0.3.1" | ||
"steal-tools": "^1.3.6", | ||
"testee": "^0.6.1" | ||
}, | ||
@@ -56,0 +56,0 @@ "repository": { |
Convert one or more [can-compute]s into a stream, multiple computes into a single compute, or | ||
multiple computes into a single stream. [Kefir](https://rpominov.github.io/kefir/) is used internally | ||
to provide the stream functionality. | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-stream-kefir.svg)](https://greenkeeper.io/) |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17404
6
1
Updatedcan-compute@^3.1.0
Updatedcan-event@^3.5.0
Updatedcan-observation@^3.2.0
Updatedcan-stream@^0.3.0
Updatedcan-util@^3.9.0