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.7.1 to 6.7.2

1

build/index.js

@@ -103,2 +103,3 @@ import {

super(format(message, ...args || []), options);
this.name = "Exception";
}

@@ -105,0 +106,0 @@ };

3

build/src/types.d.ts

@@ -31,5 +31,6 @@ type PickKeysByValue<T, V> = {

} & Omit<T, 'constructor'>;
declare const opaqueProp: unique symbol;
export type Opaque<T, K> = T & {
[' __opaque__']: K;
[opaqueProp]: K;
};
export {};
{
"name": "@poppinss/utils",
"version": "6.7.1",
"version": "6.7.2",
"description": "Handy utilities for repetitive work",

@@ -54,15 +54,15 @@ "main": "build/index.js",

"devDependencies": {
"@adonisjs/eslint-config": "^1.2.0",
"@adonisjs/eslint-config": "^1.2.1",
"@adonisjs/logger": "^5.4.2-7",
"@adonisjs/prettier-config": "^1.2.0",
"@adonisjs/tsconfig": "^1.2.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@japa/assert": "^2.0.1",
"@japa/expect-type": "^2.0.0",
"@japa/runner": "^3.1.0",
"@swc/core": "^1.3.100",
"@adonisjs/prettier-config": "^1.2.1",
"@adonisjs/tsconfig": "^1.2.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.3.107",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.4",
"c8": "^8.0.1",
"@types/node": "^20.11.10",
"c8": "^9.1.0",
"del-cli": "^5.1.0",

@@ -72,3 +72,3 @@ "eslint": "^8.55.0",

"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"husky": "^9.0.7",
"lodash": "^4.17.21",

@@ -78,3 +78,3 @@ "lodash-cli": "^4.17.5",

"np": "^9.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",

@@ -81,0 +81,0 @@ "tsup": "^8.0.1",

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