Socket
Socket
Sign inDemoInstall

errlop

Package Overview
Dependencies
Maintainers
1
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 7.3.0 to 7.4.0-next.1700838470.4aa75822a436c0f26294a3f4dfd6b2526a025f6b

20

package.json
{
"name": "errlop",
"version": "7.3.0",
"version": "7.4.0-next.1700838470.4aa75822a436c0f26294a3f4dfd6b2526a025f6b",
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation",

@@ -186,19 +186,19 @@ "homepage": "https://github.com/bevry/errlop",

"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.3",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"assert-helpers": "^11.4.0",
"assert-helpers": "^11.6.0",
"eslint": "^8.54.0",
"eslint-config-bevry": "^5.0.0",
"eslint-config-bevry": "^5.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.2.0",
"make-deno-edition": "^1.3.0",
"kava": "^7.3.0",
"make-deno-edition": "^2.0.0",
"prettier": "^3.1.0",
"projectz": "^3.2.0",
"projectz": "^3.3.0",
"surge": "^0.23.1",
"typedoc": "^0.25.3",
"typescript": "5.2.2",
"valid-directory": "^4.4.0",
"valid-module": "^2.4.0"
"valid-directory": "^4.5.0",
"valid-module": "^2.5.0"
},

@@ -251,2 +251,2 @@ "scripts": {

}
}
}

@@ -109,3 +109,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/errlop@^7.3.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/errlop@^7.4.0/edition-deno/index.ts'
```

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

<script type="module">
import pkg from '//cdn.skypack.dev/errlop@^7.3.0'
import pkg from '//cdn.skypack.dev/errlop@^7.4.0'
</script>

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

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

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

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

@@ -138,0 +138,0 @@ ```

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