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

@unction/attach

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unction/attach - npm Package Compare versions

Comparing version 3.14.1 to 4.0.0

34

package.json
{
"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 @@ {

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