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.2 to 0.3.3

4

CHANGES.md
# Changes Logs
## v0.3.3
- Added the signature for class/method annotation functions.
## v0.3.2

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

@@ -7,3 +7,5 @@ /**

}
export declare type ClassDecorator = (target: Function) => void;
export declare type MethodDecorator = (target: Object, property: string | symbol) => void;
export * from "./class.Exception";
export * from "./class.RawPromise";

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -24,4 +24,10 @@ /*

export type ClassDecorator = (target: Function) => void;
export type MethodDecorator = (
target: Object, property: string | symbol
) => void;
export * from "./class.Exception";
export * from "./class.RawPromise";

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