Socket
Socket
Sign inDemoInstall

@poppinss/utils

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/utils - npm Package Compare versions

Comparing version 6.5.0-8 to 6.5.0

5

build/src/types.d.ts

@@ -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 };

20

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc