Socket
Socket
Sign inDemoInstall

brilliant-errors

Package Overview
Dependencies
3
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.5 to 0.5.6

24

package.json
{
"name": "brilliant-errors",
"version": "0.5.5",
"version": "0.5.6",
"description": "A set of configurators to help your Apps and Libraries build brilliant error classes",

@@ -34,3 +34,3 @@ "keywords": [

"build": "run-s clean autoindex build:bundle",
"build:bundle": "npx tsup src/index.ts --format='esm,cjs' --dts",
"build:bundle": "npx tsup src/index.ts --format=esm,cjs --dts",
"latest": "yarn do latest -v",

@@ -44,18 +44,18 @@ "lint": "run-s lint:*",

"watch:ai": "npx dd autoindex --watch",
"watch:tsup": "npx tsup src/index.ts --format='esm,cjs' --dts --watch"
"watch:tsup": "npx tsup src/index.ts --format=esm,cjs --dts --watch"
},
"devDependencies": {
"@type-challenges/utils": "^0.1.1",
"@types/jest": "^27.0.3",
"@types/node": "14",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"dd": "^0.16.10",
"eslint": "^8.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^14.18.5",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"dd": "^0.18.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^39.0.0",
"jest": "^27.4.5",
"jest": "^27.4.7",
"jest-extended": "^1.2.0",

@@ -67,3 +67,3 @@ "npm-run-all": "^4.1.5",

"ts-node": "^10.4.0",
"tsup": "^5.11.9",
"tsup": "^5.11.11",
"typescript": "^4.5.4"

@@ -70,0 +70,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc