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

@thi.ng/api

Package Overview
Dependencies
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/api - npm Package Compare versions

Comparing version 8.9.4 to 8.9.5

2

CHANGELOG.md
# Change Log
- **Last updated**: 2023-08-22T14:39:27Z
- **Last updated**: 2023-08-27T11:20:58Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/api",
"version": "8.9.4",
"version": "8.9.5",
"description": "Common, generic types, interfaces & mixins",

@@ -41,7 +41,7 @@ "type": "module",

"@microsoft/api-extractor": "^7.36.4",
"@thi.ng/testament": "^0.3.22",
"@thi.ng/testament": "^0.3.23",
"rimraf": "^5.0.1",
"tools": "^0.0.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
"typedoc": "^0.25.0",
"typescript": "^5.2.2"
},

@@ -229,3 +229,3 @@ "keywords": [

},
"gitHead": "74cfe3fb8de5bfcbfc1109e67604541cbd7b77aa\n"
"gitHead": "5929dd20497668496af13415cdf784a4d6f69aa3\n"
}

@@ -226,3 +226,3 @@ export type ArrayLikeIterable<T> = ArrayLike<T> & Iterable<T>;

*/
export declare const narrowInt: (t: IntType | "i64") => "i32" | "i8" | "i16";
export declare const narrowInt: (t: IntType | "i64") => "i8" | "i16" | "i32";
/**

@@ -234,3 +234,3 @@ * Returns the next larger {@link IntType} for given type (or the same type if

*/
export declare const widenInt: (t: IntType) => "i32" | "i64" | "i16";
export declare const widenInt: (t: IntType) => "i16" | "i32" | "i64";
/**

@@ -237,0 +237,0 @@ * Returns the next smaller {@link UintType} for given type (or the same type if

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