Socket
Socket
Sign inDemoInstall

ukiyojs

Package Overview
Dependencies
0
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.5 to 4.0.6

4

dist/types/index.d.ts
import type { UkiyoOptions, TElement } from '../types/index';
export default class Ukiyo {
private elements;
private options;
private options?;
private instances;

@@ -11,3 +11,3 @@ private externalRAF;

private isInit;
constructor(elements: TElement | null, options: UkiyoOptions);
constructor(elements: TElement | null, options?: UkiyoOptions);
/**

@@ -14,0 +14,0 @@ * Initializes

@@ -16,3 +16,3 @@ import type { UkiyoOptions } from '../types/index';

private elementTagName;
constructor(element: HTMLElement, options: Partial<UkiyoOptions>);
constructor(element: HTMLElement, options?: UkiyoOptions);
/**

@@ -19,0 +19,0 @@ * Create Parallax

{
"name": "ukiyojs",
"version": "4.0.5",
"version": "4.0.6",
"description": "Modern parallax library for picture elements and any images",

@@ -5,0 +5,0 @@ "homepage": "https://yitengjun.github.io/ukiyo-js/",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc