array-fp-utils
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "array-fp-utils", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Array utilities for functional programming in TypeScript.", | ||
@@ -55,15 +55,16 @@ "keywords": [ | ||
"engines": { | ||
"node": "^14.17 || >=16.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
"scripts": { | ||
"build:node-cjs": "swc lib --config-file ./config/node-cjs.json -d build/node/cjs", | ||
"build:node-esm": "swc lib --config-file ./config/node-esm.json -d build/node/esm", | ||
"build:browser-esm": "swc lib --config-file ./config/browser-esm.json -d ./build/browser/esm", | ||
"build": "rimraf build && concurrently \"tsc -p tsconfig.json\" \"yarn build:node-cjs\" \"yarn build:node-esm\" \"yarn build:browser-esm\"", | ||
"typecheck": "tsc --noEmit", | ||
"build:cjs": "tsc -p ./tsconfig.build-cjs.json", | ||
"build:esm": "tsc -p ./tsconfig.build-esm.json", | ||
"build:types": "tsc -p ./tsconfig.build-types.json", | ||
"build": "rimraf dist && concurrently \"npm run build:types\" \"npm run build:esm\" \"npm run build:cjs\"", | ||
"lint": "eslint lib --ext .ts", | ||
"format": "prettier --config ./.prettierrc --ignore-path .gitignore -w .", | ||
"test": "jest --config jest.config.ts", | ||
"coverage": "jest --config jest.config.ts --coverage", | ||
"test": "jest", | ||
"coverage": "jest --coverage", | ||
"changeset": "changeset", | ||
"prerelease": "yarn build && yarn test", | ||
"prerelease": "npm run build && npm run test", | ||
"release": "changeset publish" | ||
@@ -88,4 +89,2 @@ }, | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@swc/cli": "^0.1.55", | ||
"@swc/core": "^1.2.146", | ||
"@types/jest": "^29.0.3", | ||
@@ -109,6 +108,3 @@ "@types/node": "^18.7.14", | ||
"typescript": "^4.8.2" | ||
}, | ||
"dependencies": { | ||
"@swc/helpers": "^0.3.2" | ||
} | ||
} |
@@ -21,3 +21,3 @@ # array-fp-utils | ||
- Node.js v.14+ | ||
- Node.js v.16+ | ||
@@ -24,0 +24,0 @@ ## API |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
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
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
0
22
0
9818
3
0
2
- Removed@swc/helpers@^0.3.2
- Removed@swc/helpers@0.3.17(transitive)
- Removedtslib@2.8.1(transitive)