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

@thi.ng/checks

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/checks - npm Package Compare versions

Comparing version 3.4.24 to 3.5.0

is-arraybufferlike.d.ts

8

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

@@ -12,2 +12,8 @@

## [3.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.5.0) (2024-02-22)
#### 🚀 Features
- add isArrayBufferLike(), isArrayBufferView() ([652a1d2](https://github.com/thi-ng/umbrella/commit/652a1d2))
### [3.4.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.4.7) (2023-11-09)

@@ -14,0 +20,0 @@

@@ -14,2 +14,4 @@ export * from "./exists-not-null.js";

export * from "./is-array.js";
export * from "./is-arraybufferlike.js";
export * from "./is-arraybufferview.js";
export * from "./is-arraylike.js";

@@ -16,0 +18,0 @@ export * from "./is-ascii.js";

@@ -14,2 +14,4 @@ export * from "./exists-not-null.js";

export * from "./is-array.js";
export * from "./is-arraybufferlike.js";
export * from "./is-arraybufferview.js";
export * from "./is-arraylike.js";

@@ -16,0 +18,0 @@ export * from "./is-ascii.js";

10

package.json
{
"name": "@thi.ng/checks",
"version": "3.4.24",
"version": "3.5.0",
"description": "Collection of 70+ type, feature & value checks",

@@ -116,2 +116,8 @@ "type": "module",

},
"./is-arraybufferlike": {
"default": "./is-arraybufferlike.js"
},
"./is-arraybufferview": {
"default": "./is-arraybufferview.js"
},
"./is-arraylike": {

@@ -283,3 +289,3 @@ "default": "./is-arraylike.js"

},
"gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n"
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
}

@@ -21,3 +21,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 189 standalone projects, maintained as part
> This is one of 190 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -67,3 +67,3 @@ > and anti-framework.

Package sizes (brotli'd, pre-treeshake): ESM: 1.61 KB
Package sizes (brotli'd, pre-treeshake): ESM: 1.65 KB

@@ -70,0 +70,0 @@ ## Dependencies

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