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

@ribajs/utils

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/utils - npm Package Compare versions

Comparing version 2.0.0-alpha.15 to 2.0.0-alpha.16

2

dist/dom.d.ts

@@ -18,3 +18,3 @@ export declare const MAX_UID = 1000;

export declare const scrollToPosition: (scrollElement: HTMLElement | (Window & typeof globalThis) | null, position: number | "end" | "start" | "center", angle?: "horizontal" | "vertical" | "both", behavior?: "auto" | "smooth" | undefined) => Promise<void>;
export declare const getElementFromEvent: <T = HTMLAnchorElement | HTMLUnknownElement>(event: Event | MouseEvent | TouchEvent) => T;
export declare const getElementFromEvent: <T = HTMLUnknownElement | HTMLAnchorElement>(event: Event | MouseEvent | TouchEvent) => T;
export declare const getViewportDimensions: () => {

@@ -21,0 +21,0 @@ h: number;

{
"name": "@ribajs/utils",
"description": "Utils module of Riba.js",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"type": "module",

@@ -55,12 +55,12 @@ "engines": {

"devDependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime-corejs3": "^7.19.6",
"@ribajs/eslint-config": "^2.0.0-alpha.15",
"@ribajs/tsconfig": "^2.0.0-alpha.15",
"@babel/runtime": "^7.20.1",
"@babel/runtime-corejs3": "^7.20.1",
"@ribajs/eslint-config": "^2.0.0-alpha.16",
"@ribajs/tsconfig": "^2.0.0-alpha.16",
"@types/jest": "^28.1.8",
"@types/node": "^18.11.5",
"@types/node": "^18.11.9",
"babel-jest": "^28.1.3",
"eslint": "^8.26.0",
"typescript": "4.8.4"
"eslint": "^8.27.0",
"typescript": "4.9.3"
}
}

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