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

@10ign/common-types

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10ign/common-types - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

6

dist/CommonTypes.d.ts

@@ -12,10 +12,10 @@ /**

*
* @param <T> - Generic type for defining the abstract class to be bridged
* @param <T> - Generic type for the class definition
*/
export interface IClass<T> {
/**
* Generic constructor definition for the bridged class
* Generic constructor definition for the class
*
* @param r - Rest parameter with the entire constructor payload
* @returns A bridged class' instance
* @returns A class' instance
*/

@@ -22,0 +22,0 @@ new <R>(...r: R[]): T;

{
"name": "@10ign/common-types",
"version": "1.0.16",
"version": "1.0.17",
"description": "Common Types",

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

@@ -13,12 +13,12 @@ /**

*
* @param <T> - Generic type for defining the abstract class to be bridged
* @param <T> - Generic type for the class definition
*/
export interface IClass<T> {
/**
* Generic constructor definition for the bridged class
* Generic constructor definition for the class
*
* @param r - Rest parameter with the entire constructor payload
* @returns A bridged class' instance
* @returns A class' instance
*/
new <R>(...r: R[]): T;
}
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