Socket
Socket
Sign inDemoInstall

edge-error

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-error - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

9

build/src/index.js
"use strict";
/*
* edge-error
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.EdgeError = void 0;
class EdgeError extends Error {

@@ -4,0 +13,0 @@ constructor(message, code, options) {

2

LICENSE.md
# The MIT License
Copyright 2019 Harminder virk, contributors
Copyright 2020 thetutlage, contributors

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "edge-error",
"version": "1.0.4",
"version": "1.0.5",
"description": "Create errors custom stack trace pointing to the Edge source file",

@@ -17,5 +17,7 @@ "main": "build/src/index.js",

"build": "npm run compile",
"lint": "tslint --project tsconfig.json",
"lint": "eslint . --ext=.ts",
"release": "np",
"version": "npm run build"
"version": "npm run build",
"sync-labels": "github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json edge-js/error",
"format": "prettier --write ."
},

@@ -29,17 +31,21 @@ "keywords": [

"devDependencies": {
"@adonisjs/mrm-preset": "^2.1.0",
"@types/node": "^12.7.5",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"del-cli": "^3.0.0",
"@adonisjs/mrm-preset": "^2.4.0",
"@adonisjs/require-ts": "^1.0.0",
"@types/node": "^14.11.1",
"commitizen": "^4.2.1",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^3.0.1",
"doctoc": "^1.4.0",
"husky": "^3.0.5",
"japa": "^3.0.1",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-adonis": "^1.0.15",
"eslint-plugin-prettier": "^3.1.4",
"github-label-sync": "^2.0.0",
"husky": "^4.3.0",
"japa": "^3.1.1",
"japa-cli": "^1.0.1",
"mrm": "^1.2.2",
"np": "^5.0.3",
"ts-node": "^8.3.0",
"tslint": "^5.20.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.6.3"
"mrm": "^2.5.0",
"np": "^6.5.0",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},

@@ -46,0 +52,0 @@ "config": {

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