New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/rstream-gestures

Package Overview
Dependencies
Maintainers
1
Versions
358
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/rstream-gestures - npm Package Compare versions

Comparing version 5.0.68 to 5.0.69

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:30Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

{
"name": "@thi.ng/rstream-gestures",
"version": "5.0.68",
"version": "5.0.69",
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",

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

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/math": "^5.10.8",
"@thi.ng/rstream": "^8.3.19",
"@thi.ng/transducers": "^8.9.18"
"@thi.ng/api": "^8.10.0",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/math": "^5.10.9",
"@thi.ng/rstream": "^8.3.20",
"@thi.ng/transducers": "^9.0.0"
},

@@ -93,2 +93,3 @@ "devDependencies": {

"thi.ng": {
"alias": "gest",
"parent": "@thi.ng/rstream",

@@ -101,3 +102,3 @@ "related": [

},
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n"
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

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

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

@@ -73,4 +73,10 @@ > and anti-framework.

ES module import:
ESM import:
```ts
import * as gest from "@thi.ng/rstream-gestures";
```
Browser ESM import:
```html

@@ -85,3 +91,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/rstream-gestures"></script>

```js
const rstreamGestures = await import("@thi.ng/rstream-gestures");
const gest = await import("@thi.ng/rstream-gestures");
```

@@ -88,0 +94,0 @@

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