Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@litert/core

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@litert/core - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

CHANGES.md
# Changes Logs
## v0.3.2
- Added the default value of **origin** for Exception class.
## v0.3.1

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

2

dist/class.Exception.js

@@ -48,3 +48,3 @@ "use strict";

this._message = message;
this._origin = origin;
this._origin = origin || new Error("TRACE");
}

@@ -51,0 +51,0 @@ toString() {

{
"name": "@litert/core",
"version": "0.3.1",
"version": "0.3.2",
"description": "The core of LiteRT.",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"build-only": "tsc -p .",
"prepublish": "npm run build-only",
"prepare": "npm run build-only",
"lint": "tslint --project tslint.json ./sources/*.ts ./sources/**/*.ts"

@@ -13,0 +13,0 @@ },

@@ -65,3 +65,3 @@ /*

this._message = message;
this._origin = origin;
this._origin = origin || new Error("TRACE");
}

@@ -68,0 +68,0 @@

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