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.0 to 1.0.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="1.0.1"></a>
## [1.0.1](https://github.com/poppinss/edge-error/compare/v1.0.0...v1.0.1) (2018-11-03)
<a name="1.0.0"></a>

@@ -2,0 +7,0 @@ # 1.0.0 (2018-07-10)

37

package.json
{
"name": "edge-error",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create errors custom stack trace pointing to the Edge source file",

@@ -12,10 +12,10 @@ "main": "build/src/index.js",

"pretest": "npm run lint",
"test": "japa",
"test": "node japaFile.js",
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"commit": "git-cz",
"prepublishOnly": "npm run build",
"lint": "tslint --project tsconfig.json",
"clean": "del build",
"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile"
"build": "npm run compile",
"lint": "tslint --project tsconfig.json"
},

@@ -29,15 +29,16 @@ "keywords": [

"devDependencies": {
"@adonisjs/mrm-preset": "^1.0.7",
"@types/node": "^10.5.2",
"commitizen": "^2.10.1",
"@adonisjs/mrm-preset": "^1.0.14",
"@types/node": "^10.12.2",
"commitizen": "^3.0.4",
"cz-conventional-changelog": "^2.1.0",
"del-cli": "^1.1.0",
"japa": "^1.0.6",
"japa": "^2.0.6",
"japa-cli": "^1.0.1",
"mrm": "^1.2.0",
"pkg-ok": "^2.2.0",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^2.9.2"
"mrm": "^1.2.1",
"pkg-ok": "^2.3.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.1.6",
"yorkie": "^2.0.0"
},

@@ -51,4 +52,3 @@ "config": {

"exclude": [
"test",
"japaFile.js"
"test"
],

@@ -70,3 +70,6 @@ "extension": [

},
"homepage": "https://github.com/poppinss/edge-error#readme"
"homepage": "https://github.com/poppinss/edge-error#readme",
"gitHooks": {
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"
}
}
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