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.58 to 5.0.59

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:52Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

@@ -19,3 +19,3 @@ import type { GestureStream, GestureStreamOpts } from "./api.js";

* @example
* ```ts
* ```text
* eventOpts: { passive: false }

@@ -22,0 +22,0 @@ * ```

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

@@ -45,4 +45,4 @@ "type": "module",

"@thi.ng/math": "^5.10.4",
"@thi.ng/rstream": "^8.3.9",
"@thi.ng/transducers": "^8.9.8"
"@thi.ng/rstream": "^8.3.10",
"@thi.ng/transducers": "^8.9.9"
},

@@ -99,3 +99,3 @@ "devDependencies": {

},
"gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n"
}

@@ -215,2 +215,5 @@ <!-- This file is generated - DO NOT EDIT! -->

```ts
import { reactive } from "@thi.ng/rstream";
import { gestureStream } from "@thi.ng/rstream-gestures";
// create stream for initial zoom value & for resetting

@@ -217,0 +220,0 @@ const zoomReset = reactive(1);

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