Socket
Socket
Sign inDemoInstall

@thi.ng/api

Package Overview
Dependencies
Maintainers
1
Versions
186
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.25 to 8.9.26

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

@@ -22,2 +22,4 @@ import type { IObjectOf } from "./object.js";

* ```ts
* import type { DerefedKeys, IDeref } from "@thi.ng/api";
*
* interface Foo {

@@ -24,0 +26,0 @@ * a: IDeref<string>;

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

@@ -228,3 +228,3 @@ "type": "module",

},
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
"gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
}

@@ -120,2 +120,4 @@ export type ArrayLikeIterable<T> = ArrayLike<T> & Iterable<T>;

* ```ts
* import { asNativeType } from "@thi.ng/api";
*
* asNativeType(GLType.F32) => "f32"

@@ -133,2 +135,4 @@ * asNativeType("f32") => "f32"

* ```ts
* import { asGLType } from "@thi.ng/api";
*
* asGLType("f32") => GLType.F32

@@ -174,2 +178,4 @@ * asGLType(GLType.F32) => GLType.F32

* ```ts
* import { typedArrayOfVec } from "@thi.ng/api";
*
* // inferred stride=2 (2d vectors)

@@ -176,0 +182,0 @@ * typedArrayOfVec("f32", [[1,2], [3,4], [-10,20]]);

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