@unction/reducewithvaluekey
Advanced tools
Comparing version 4.2.0 to 4.4.0
{ | ||
"name": "@unction/reducewithvaluekey", | ||
"version": "4.2.0", | ||
"version": "4.4.0", | ||
"description": "Reduces over a functor, providing the reducer with the value and key", | ||
@@ -30,8 +30,7 @@ "keywords": [ | ||
"prepublishOnly": "npm run build", | ||
"prepare": "flow-typed install", | ||
"test": "NODE_ENV=test tap --100 './test.js'", | ||
"build": "babel './index.js' -d './transpiled/'", | ||
"lint": "eslint './index.js'", | ||
"check": "flow check", | ||
"ci": "npm run build && npm run lint && npm run check && npm run test", | ||
"check": "flow-typed install && flow check", | ||
"ci": "npm run build && npm run test && npm run lint && npm run check", | ||
"watch": "chokidar './index.js' './test.js' --command 'npm run ci --silent'" | ||
@@ -63,3 +62,3 @@ }, | ||
"@unction/fromfunctortopairs": "1.1.0", | ||
"@unction/type": "2.0.0" | ||
"@unction/type": "2.1.0" | ||
}, | ||
@@ -66,0 +65,0 @@ "files": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
6615
+ Added@unction/type@2.1.0(transitive)
Updated@unction/type@2.1.0