Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "sloth-pipe", | ||
"description": "A pipe utility that lazily evaluates only when needed, and only once.", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"type": "module", | ||
@@ -19,3 +19,4 @@ "main": "dist/index.js", | ||
"build": "tsup", | ||
"lint": "tsc" | ||
"lint": "tsc", | ||
"bench": "bun ./pipe.bench.ts" | ||
}, | ||
@@ -22,0 +23,0 @@ "devDependencies": { |
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
175710
0