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

@splidejs/utils

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splidejs/utils - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

3

dist/types/utils/dom/unit/unit.d.ts
/**
* Appends `px` to the provided number.
* If the value is already string, just returns it.
* Note that this always returns an empty string if the value is falsy.
*

@@ -9,2 +10,2 @@ * @param value - A value to append `px` to.

*/
export declare function unit(value: number | string): string;
export declare function unit(value: number | string | undefined | null): string;
{
"name": "@splidejs/utils",
"version": "1.1.3",
"version": "1.1.4",
"main": "dist/splide-utils.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/splide-utils.esm.js",

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