@unction/values
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "@unction/values", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Takes an iterable and returns it's values", | ||
@@ -20,11 +20,11 @@ "keywords": [ | ||
"bugs": "https://github.com/unctionjs/values/issues", | ||
"main": "transpiled/source.js", | ||
"main": "transpiled/index.js", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"prepare": "flow-typed install", | ||
"test": "NODE_ENV=test tap --100 './test.js'", | ||
"build": "babel './source.js' -d './transpiled/'", | ||
"lint": "eslint './source.js'", | ||
"check": "flow check", | ||
"ci": "npm run build && npm run lint && npm run check && npm run test" | ||
"build": "babel './index.js' -d './transpiled/'", | ||
"lint": "eslint './index.js'", | ||
"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'" | ||
}, | ||
@@ -53,5 +53,5 @@ "devDependencies": { | ||
"dependencies": { | ||
"@unction/flip": "*", | ||
"@unction/append": "*", | ||
"@unction/reducevalues": "*" | ||
"@unction/append": "2.2.0", | ||
"@unction/flip": "2.1.0", | ||
"@unction/reducevalues": "2.2.0" | ||
}, | ||
@@ -64,3 +64,6 @@ "nyc": { | ||
"instrument": false | ||
} | ||
}, | ||
"files": [ | ||
"transpiled/index.js" | ||
] | ||
} |
@@ -7,3 +7,3 @@ # @unction/values | ||
> IterableType -> Array<ValueType> | ||
> FunctorType -> Array<ValueType> | ||
@@ -10,0 +10,0 @@ Takes an iterable and returns it's values. |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 3 instances in 1 package
1
3900
4
14
1
+ Added@unction/append@2.2.0(transitive)
+ Added@unction/flip@2.1.0(transitive)
+ Added@unction/fromfunctortopairs@1.0.0(transitive)
+ Added@unction/fromiteratortoarray@1.0.0(transitive)
+ Added@unction/reducevalues@2.2.0(transitive)
+ Added@unction/reducewithvaluekey@4.1.0(transitive)
+ Added@unction/type@2.0.0(transitive)
- Removed@most/multicast@1.3.0(transitive)
- Removed@most/prelude@1.8.0(transitive)
- Removed@unction/append@6.13.0(transitive)
- Removed@unction/flip@4.1.4(transitive)
- Removed@unction/fromfunctortopairs@5.13.0(transitive)
- Removed@unction/fromiteratortoarray@3.1.4(transitive)
- Removed@unction/reducevalues@8.13.0(transitive)
- Removed@unction/reducewithvaluekey@11.13.0(transitive)
- Removed@unction/type@5.0.3(transitive)
- Removedmost@1.7.2(transitive)
- Removedsymbol-observable@1.2.0(transitive)
Updated@unction/append@2.2.0
Updated@unction/flip@2.1.0
Updated@unction/reducevalues@2.2.0