@unction/attach
Advanced tools
Comparing version 3.14.1 to 4.0.0
{ | ||
"name": "@unction/attach", | ||
"version": "3.14.1", | ||
"version": "4.0.0", | ||
"description": "A polymorphic way to attach a value to the key on a keyed iterable", | ||
@@ -38,27 +38,29 @@ "keywords": [ | ||
"devDependencies": { | ||
"@unction/streamsatisfies": "3.48.0", | ||
"@unction/streamsatisfies": "5.0.0", | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.25.0", | ||
"babel-eslint": "7.2.3", | ||
"babel-plugin-istanbul": "4.1.4", | ||
"babel-core": "6.26.0", | ||
"babel-eslint": "8.0.3", | ||
"babel-plugin-istanbul": "4.1.5", | ||
"babel-plugin-module-resolver": "3.0.0", | ||
"babel-plugin-pipe-operator-curry": "1.0.2", | ||
"babel-plugin-transform-object-rest-spread": "6.23.0", | ||
"babel-preset-env": "1.6.0", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-preset-env": "1.6.1", | ||
"babel-preset-flow": "6.23.0", | ||
"chokidar-cli": "1.2.0", | ||
"eslint": "3.19.0", | ||
"eslint": "4.13.1", | ||
"eslint-import-resolver-babel-module": "4.0.0", | ||
"eslint-plugin-babel": "4.1.2", | ||
"eslint-plugin-flowtype": "2.35.0", | ||
"eslint-plugin-flowtype": "2.40.1", | ||
"eslint-plugin-immutable": "1.0.0", | ||
"eslint-plugin-import": "2.7.0", | ||
"eslint-plugin-promise": "3.5.0", | ||
"eslint-plugin-import": "2.8.0", | ||
"eslint-plugin-promise": "3.6.0", | ||
"flow": "0.2.3", | ||
"flow-bin": "0.54.1", | ||
"flow-typed": "2.1.5", | ||
"nyc": "11.1.0", | ||
"tap": "10.3.4" | ||
"flow-bin": "0.61.0", | ||
"flow-typed": "2.2.3", | ||
"nyc": "11.3.0", | ||
"tap": "11.0.0" | ||
}, | ||
"dependencies": { | ||
"@unction/type": "2.8.0", | ||
"xstream": "11.0.0" | ||
"most": "1.7.2" | ||
}, | ||
@@ -65,0 +67,0 @@ "files": [ |
@@ -11,6 +11,4 @@ "use strict"; | ||
var _xstream = require("xstream"); | ||
var _most = require("most"); | ||
var _xstream2 = _interopRequireDefault(_xstream); | ||
var _type = require("@unction/type"); | ||
@@ -54,8 +52,4 @@ | ||
{ | ||
return _xstream2.default.merge(functor, _xstream2.default.of(value)); | ||
return (0, _most.merge)(functor, (0, _most.of)(value)); | ||
} | ||
case "MemoryStream": | ||
{ | ||
return _xstream2.default.merge(functor, _xstream2.default.of(value)).remember(); | ||
} | ||
default: | ||
@@ -62,0 +56,0 @@ { |
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
6197
23
48
+ Addedmost@1.7.2
+ Added@most/multicast@1.3.0(transitive)
+ Added@most/prelude@1.8.0(transitive)
+ Addedmost@1.7.2(transitive)
- Removedxstream@11.0.0
- Removedxstream@11.0.0(transitive)