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

@thisway/utils

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thisway/utils - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2-beta.0

10

index.js

@@ -28,7 +28,7 @@ import { derived as E } from "svelte/store";

}
const F = (e) => {
const O = (e) => {
let t, n;
return (r) => (r === t && n || (t = r, n = e(t)), n);
};
function O(e, t, n) {
function F(e, t, n) {
return E(e, (r) => (r == null ? void 0 : r[t]) ?? n);

@@ -95,2 +95,3 @@ }

z as deltaTransform,
b as finite,
S as getElementsBounding,

@@ -103,5 +104,4 @@ V as getFrameElement,

Y as isValidNumber,
F as memoize,
b as noFinite,
O as pick$,
O as memoize,
F as pick$,
p as resizeObserver,

@@ -108,0 +108,0 @@ q as reverseX,

export declare function toPx(value: number | null | undefined): string;
export declare function noFinite(value: number | null | undefined): number;
export declare function finite(value: number | null | undefined): number;
{
"name": "@thisway/utils",
"version": "0.4.1",
"version": "0.4.2-beta.0",
"type": "module",

@@ -5,0 +5,0 @@ "dependencies": {},

Sorry, the diff of this file is not supported yet

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