Socket
Socket
Sign inDemoInstall

errlop

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errlop - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0-next.1575880176.6f7b9e9b2a34c6faa56a1424ae0d60a6951d4629

4

HISTORY.md
# History
## v1.7.0 2019 December 9
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v1.6.0 2019 December 1

@@ -4,0 +8,0 @@

29

package.json
{
"name": "errlop",
"version": "1.6.0",
"version": "1.7.0-next.1575880176.6f7b9e9b2a34c6faa56a1424ae0d60a6951d4629",
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation",

@@ -24,2 +24,3 @@ "homepage": "https://github.com/bevry/errlop",

"---",
"githubsponsors",
"patreon",

@@ -35,2 +36,3 @@ "flattr",

"config": {
"githubSponsorsUsername": "balupton",
"buymeacoffeeUsername": "balupton",

@@ -108,6 +110,3 @@ "cryptoURL": "https://bevry.me/crypto",

],
"boundation": {
"minimumSupportNodeVersion": "0.8",
"minimumTestNodeVersion": "0.8"
},
"type": "commonjs",
"main": "index.js",

@@ -119,9 +118,9 @@ "browser": "edition-browsers/index.js",

"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"assert-helpers": "4.10.0",
"eslint": "^6.7.2",
"eslint-config-bevry": "^2.1.0",
"eslint-config-bevry": "^2.2.0",
"eslint-config-prettier": "^6.7.0",

@@ -133,5 +132,5 @@ "eslint-plugin-prettier": "^3.1.1",

"prettier": "^1.19.1",
"projectz": "^1.13.0",
"projectz": "^1.15.0",
"surge": "^0.21.3",
"valid-directory": "^1.4.0"
"valid-directory": "^1.5.0"
},

@@ -181,3 +180,3 @@ "scripts": {

"targets": "defaults",
"modules": "commonjs"
"modules": false
}

@@ -199,3 +198,3 @@ ]

},
"modules": "commonjs"
"modules": false
}

@@ -209,3 +208,7 @@ ]

}
},
"boundation": {
"minimumSupportNodeVersion": "0.8",
"minimumTestNodeVersion": "0.8"
}
}

@@ -16,2 +16,3 @@ <!-- TITLE/ -->

<br class="badge-separator" />
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>

@@ -169,2 +170,3 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>

<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>

@@ -171,0 +173,0 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>

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