jsonify-error
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -9,2 +9,7 @@ # Changelog | ||
## [1.2.2] - 2018-08-13 | ||
### Changed | ||
- The `browser` field in `package.json` no longer points to a browserified bundle ([#4](https://github.com/papb/jsonify-error/issues/4)) | ||
- Fixed wrong SRI hash in README | ||
## [1.2.1] - 2018-08-11 | ||
@@ -41,6 +46,7 @@ ### Changed | ||
[Unreleased]: https://github.com/papb/jsonify-error/compare/v1.2.1...HEAD | ||
[1.2.0]: https://github.com/papb/jsonify-error/compare/v1.2.0...v1.2.1 | ||
[Unreleased]: https://github.com/papb/jsonify-error/compare/v1.2.2...HEAD | ||
[1.2.2]: https://github.com/papb/jsonify-error/compare/v1.2.1...v1.2.2 | ||
[1.2.1]: https://github.com/papb/jsonify-error/compare/v1.2.0...v1.2.1 | ||
[1.2.0]: https://github.com/papb/jsonify-error/compare/v1.1.2...v1.2.0 | ||
[1.1.2]: https://github.com/papb/jsonify-error/compare/v1.1.1...v1.1.2 | ||
[1.1.1]: https://github.com/papb/jsonify-error/compare/v1.0.0...v1.1.1 |
@@ -0,0 +0,0 @@ (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ |
@@ -0,0 +0,0 @@ (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ |
{ | ||
"name": "jsonify-error", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Get a plain object fully representing the error for better logs and server responses.", | ||
"main": "index.js", | ||
"browser": "dist/jsonify-error.js", | ||
"browser": "browser-entrypoint.js", | ||
"jsdelivr": "dist/jsonify-error.js", | ||
"repository": { | ||
@@ -8,0 +9,0 @@ "type": "git", |
@@ -11,2 +11,4 @@ jsonify-error | ||
[![Dev Dependency Status][dev-dependency-status-badge]](https://david-dm.org/papb/jsonify-error) | ||
[![Open Issues][open-issues-badge]](https://github.com/papb/jsonify-error/issues) | ||
[![Closed Issues][closed-issues-badge]](https://github.com/papb/jsonify-error/issues?q=is%3Aissue+is%3Aclosed) | ||
[![contributions welcome][contrib-welcome-badge]](https://github.com/papb/jsonify-error/issues) | ||
@@ -26,3 +28,3 @@ [![jsDelivr hits][jsdelivr-badge]](https://www.jsdelivr.com/package/npm/jsonify-error) | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/jsonify-error@1.2.1/dist/jsonify-error.js" integrity="sha384-k2RD7Ck9pL0UdHYGtnrPC014SjdObcGt9D5LP/CAqFdwee9qcTYt0BzTCiI8PGFn" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/jsonify-error@1.2.2/dist/jsonify-error.js" integrity="sha384-IlFtQEeOfO1Uw6QCHwhpQFXZE7CghDHsPkCgjjHiMZmzEYBNQV3UmBpfulfxC/QJ" crossorigin="anonymous"></script> | ||
``` | ||
@@ -131,2 +133,6 @@ | ||
# Changelog | ||
The changelog is available in [CHANGELOG.md](CHANGELOG.md). | ||
# License | ||
@@ -141,2 +147,4 @@ | ||
[npm-downloads-badge]: https://badgen.net/npm/dt/jsonify-error | ||
[open-issues-badge]: https://badgen.net/github/open-issues/papb/jsonify-error | ||
[closed-issues-badge]: https://badgen.net/github/closed-issues/papb/jsonify-error | ||
[contrib-welcome-badge]: https://badgen.net/badge/contributions/welcome/green | ||
@@ -143,0 +151,0 @@ [license-badge]: https://badgen.net/npm/license/jsonify-error |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36909
151