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 3.6.0 to 3.7.0-next.1592607735.ac726eefc5f39eb8f08792a02e10eeb95cef1181

4

HISTORY.md
# History
## v3.7.0 2020 June 20
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.6.0 2020 June 10

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

41

package.json
{
"name": "errlop",
"version": "3.6.0",
"version": "3.7.0-next.1592607735.ac726eefc5f39eb8f08792a02e10eeb95cef1181",
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation",

@@ -113,16 +113,2 @@ "homepage": "https://github.com/bevry/errlop",

}
},
{
"description": "TypeScript source code made to be compatible with Deno",
"directory": "edition-deno",
"entry": "index.ts",
"tags": [
"typescript",
"import",
"deno"
],
"engines": {
"deno": true,
"browsers": true
}
}

@@ -135,21 +121,20 @@ ],

"module": "edition-browsers/index.js",
"deno": "edition-deno/index.ts",
"devDependencies": {
"@bevry/update-contributors": "^1.9.0",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"assert-helpers": "^6.8.0",
"eslint": "^7.2.0",
"eslint-config-bevry": "^3.8.0",
"@bevry/update-contributors": "^1.10.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"assert-helpers": "^6.10.0",
"eslint": "^7.3.0",
"eslint-config-bevry": "^3.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"kava": "^5.4.0",
"make-deno-edition": "^0.2.2",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.5.0",
"make-deno-edition": "^0.7.0",
"prettier": "^2.0.5",
"projectz": "^2.6.0",
"projectz": "^2.7.0",
"surge": "^0.21.3",
"typedoc": "^0.17.7",
"typescript": "^3.9.5",
"valid-directory": "^2.3.0",
"valid-module": "^1.4.0"
"valid-directory": "^2.4.0",
"valid-module": "^1.5.0"
},

@@ -156,0 +141,0 @@ "scripts": {

@@ -106,8 +106,2 @@ <!-- TITLE/ -->

<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a>
``` typescript
import pkg from 'https://unpkg.com/errlop@^3.6.0/edition-deno/index.ts'
```
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a>

@@ -117,3 +111,3 @@

<script type="module">
import pkg from '//cdn.pika.dev/errlop/^3.6.0'
import pkg from '//cdn.pika.dev/errlop/^3.7.0'
</script>

@@ -126,3 +120,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/errlop@^3.6.0'
import pkg from '//unpkg.com/errlop@^3.7.0'
</script>

@@ -135,3 +129,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/errlop@3.6.0'
import pkg from '//dev.jspm.io/errlop@3.7.0'
</script>

@@ -147,4 +141,3 @@ ```

<li><code>errlop</code> aliases <code>errlop/edition-es5/index.js</code></li>
<li><code>errlop/edition-es5/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>errlop/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul>
<li><code>errlop/edition-es5/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

@@ -151,0 +144,0 @@ <!-- /INSTALL -->

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