@swan-io/boxed
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@swan-io/boxed", | ||
"version": "0.1.0", | ||
"description": "Utility types", | ||
"main": "src/Boxed.js", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
"description": "Utility types for functional TypeScript", | ||
"author": "Matthias Le Brun <bloodyowl@swan.io>", | ||
"homepage": "https://swan-io.github.io/boxed", | ||
"files": [ | ||
"README.md", | ||
"MIT-LICENSE", | ||
"src/*.js", | ||
"src/*.d.ts" | ||
], | ||
"type": "module", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -20,6 +12,26 @@ "type": "git", | ||
}, | ||
"main": "dist/Boxed.js", | ||
"source": "src/Boxed.ts", | ||
"files": [ | ||
"LICENSE", | ||
"dist", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
"typescript", | ||
"functional", | ||
"utility", | ||
"utilities" | ||
], | ||
"prettier": { | ||
"trailingComma": "all" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "yarn clean && microbundle -f cjs,es", | ||
"clean": "rm -rf dist", | ||
"format": "prettier '**/*' -u -w", | ||
"prepare": "yarn test && yarn build", | ||
"test": "vitest run", | ||
"benchmark": "node benchmark/src/option.js && node benchmark/src/result.js && node benchmark/src/future.js" | ||
"typecheck": "tsc --noEmit", | ||
"benchmark": "node benchmark/src/option && node benchmark/src/result && node benchmark/src/future" | ||
}, | ||
@@ -30,2 +42,5 @@ "devDependencies": { | ||
"fp-ts": "^2.11.9", | ||
"microbundle": "^0.14.2", | ||
"prettier": "^2.6.0", | ||
"prettier-plugin-organize-imports": "^2.3.4", | ||
"ts-pattern": "^3.3.5", | ||
@@ -32,0 +47,0 @@ "typescript": "^4.6.2", |
# @swan-io/boxed | ||
[![mit licence](https://img.shields.io/dub/l/vibe-d.svg?style=for-the-badge)](https://github.com/swan-io/boxed/blob/main/LICENSE) | ||
[![npm version](https://img.shields.io/npm/v/@swan-io/boxed?style=for-the-badge)](https://www.npmjs.org/package/@swan-io/boxed) | ||
[![bundlephobia](https://img.shields.io/bundlephobia/minzip/@swan-io/boxed?label=size&style=for-the-badge)](https://bundlephobia.com/result?p=@swan-io/boxed) | ||
> Utility types for functional TypeScript | ||
@@ -24,3 +28,3 @@ | ||
## Install | ||
## Installation | ||
@@ -39,2 +43,2 @@ ```console | ||
## [License](./MIT-LICENSE) | ||
## [License](./LICENSE) |
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
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
103502
43
9
17
318
1
No