New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koatty_exception

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_exception - npm Package Compare versions

Comparing version 1.0.4 to 1.0.6

dist/code.d.ts

2

CHANGELOG.md

@@ -5,4 +5,6 @@ # Changelog

### [1.0.6](https://github.com/koatty/koatty_exception/compare/v1.0.4...v1.0.6) (2021-11-18)
### [1.0.4](https://github.com/koatty/koatty_exception/compare/v1.0.2...v1.0.4) (2021-11-17)
### 1.0.2 (2021-11-16)

3

dist/index.d.ts

@@ -1,1 +0,2 @@

export * from "./Exception";
export * from "./exception";
export * from "./code";

@@ -7,7 +7,8 @@ "use strict";

* @Date: 2021-11-17 09:53:49
* @LastEditTime: 2021-11-17 09:53:50
* @LastEditTime: 2021-11-19 00:54:14
*/
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./Exception"), exports);
(0, tslib_1.__exportStar)(require("./exception"), exports);
(0, tslib_1.__exportStar)(require("./code"), exports);
//# sourceMappingURL=index.js.map
{
"name": "koatty_exception",
"version": "1.0.4",
"version": "1.0.6",
"description": "Exception handler for koatty.",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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