@thi.ng/transducers
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -13,2 +13,5 @@ export * from "./api"; | ||
export * from "./rfn/frequencies"; | ||
export * from "./rfn/group-binary"; | ||
export * from "./rfn/group-by-map"; | ||
export * from "./rfn/group-by-obj"; | ||
export * from "./rfn/last"; | ||
@@ -58,1 +61,3 @@ export * from "./rfn/max-compare"; | ||
export * from "./xform/throttle"; | ||
export * from "./func/identity"; | ||
export * from "./func/juxt"; |
@@ -18,2 +18,5 @@ "use strict"; | ||
__export(require("./rfn/frequencies")); | ||
__export(require("./rfn/group-binary")); | ||
__export(require("./rfn/group-by-map")); | ||
__export(require("./rfn/group-by-obj")); | ||
__export(require("./rfn/last")); | ||
@@ -63,1 +66,3 @@ __export(require("./rfn/max-compare")); | ||
__export(require("./xform/throttle")); | ||
__export(require("./func/identity")); | ||
__export(require("./func/juxt")); |
{ | ||
"name": "@thi.ng/transducers", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Lightweight transducer implementations for ES6 / TypeScript", | ||
@@ -12,2 +12,3 @@ "main": "index.js", | ||
"build": "rm -rf build && tsc --declaration && cp package.json build && cp *.md build", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"test": "tsc -p test && mocha build.test/test/*.js", | ||
@@ -14,0 +15,0 @@ "clean": "rm -rf build build.test doc node_modules && yarn install", |
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
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
59507
128
1414
0