@poppinss/utils
Advanced tools
Comparing version 6.5.0-8 to 6.5.0
@@ -31,3 +31,6 @@ type PickKeysByValue<T, V> = { | ||
} & Omit<T, 'constructor'>; | ||
type Opaque<T, K> = T & { | ||
[' __opaque__']: K; | ||
}; | ||
export { Constructor, ImportAllFilesOptions, JSONReplacer, JSONReviver, NormalizeConstructor, OmitProperties, ReadAllFilesOptions }; | ||
export { Constructor, ImportAllFilesOptions, JSONReplacer, JSONReviver, NormalizeConstructor, OmitProperties, Opaque, ReadAllFilesOptions }; |
{ | ||
"name": "@poppinss/utils", | ||
"version": "6.5.0-8", | ||
"version": "6.5.0", | ||
"description": "Handy utilities for repetitive work", | ||
@@ -52,13 +52,13 @@ "main": "build/index.js", | ||
"@adonisjs/tsconfig": "^1.1.6", | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/cli": "^17.7.2", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@japa/assert": "^2.0.0-1", | ||
"@japa/expect-type": "^2.0.0-0", | ||
"@japa/runner": "^3.0.0-2", | ||
"@japa/assert": "^2.0.0", | ||
"@japa/expect-type": "^2.0.0", | ||
"@japa/runner": "^3.0.1", | ||
"@swc/core": "1.3.82", | ||
"@types/fs-extra": "^11.0.2", | ||
"@types/node": "^20.6.3", | ||
"@types/node": "^20.8.6", | ||
"c8": "^8.0.0", | ||
"del-cli": "^5.1.0", | ||
"eslint": "^8.50.0", | ||
"eslint": "^8.51.0", | ||
"fs-extra": "^11.1.1", | ||
@@ -79,3 +79,3 @@ "github-label-sync": "^2.3.1", | ||
"@types/bytes": "^3.1.2", | ||
"@types/pluralize": "0.0.30", | ||
"@types/pluralize": "^0.0.31", | ||
"bytes": "^3.1.2", | ||
@@ -117,7 +117,7 @@ "case-anything": "^2.1.13", | ||
"access": "public", | ||
"tag": "next" | ||
"tag": "latest" | ||
}, | ||
"np": { | ||
"message": "chore(release): %s", | ||
"tag": "next", | ||
"tag": "latest", | ||
"branch": "main", | ||
@@ -124,0 +124,0 @@ "anyBranch": false |
@@ -1111,4 +1111,4 @@ # @poppinss/utils | ||
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/poppinss/utils/test.yml?style=for-the-badge | ||
[gh-workflow-url]: https://github.com/poppinss/utils/actions/workflows/test.yml 'Github action' | ||
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/poppinss/utils/checks.yml?style=for-the-badge | ||
[gh-workflow-url]: https://github.com/poppinss/utils/actions/workflows/checks.yml 'Github action' | ||
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript | ||
@@ -1115,0 +1115,0 @@ [typescript-url]: "typescript" |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
104538
1547
+ Added@types/pluralize@0.0.31(transitive)
- Removed@types/pluralize@0.0.30(transitive)
Updated@types/pluralize@^0.0.31