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.6.0 to 0.7.0

lib/class.Exception.d.ts

16

CHANGES.md
# Changes Logs
## v0.7.0
- Introduce new error definitions system.
- Updated method `Async.sleep`, now it accepts only one extra parameter.
- Added method `Async.multiTasks`.
- Added method `Async.nextTick`.
- Improved class `TimeoutPromise`, now the result can be handled even timeout,
and the timer could be start manually.
- Deprecated:
- class `Exception`
- Type `MethodDecorator`
- Type `ClassDecorator`
- Type `Optional`
- Type `Dict`
## v0.6.0

@@ -4,0 +20,0 @@

10

package.json
{
"name": "@litert/core",
"version": "0.6.0",
"version": "0.7.0",
"description": "The core of LiteRT.",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {

@@ -29,7 +29,7 @@ "prepare": "npm run rebuild",

"license": "Apache-2.0",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"devDependencies": {
"typescript": "^2.7.0"
"typescript": "^2.9.2"
}
}

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