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

ngx-simple-parallax-js

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-simple-parallax-js - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

20

lib/ngx-simple-parallax-js.directive.d.ts
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
import { IParallaxConfig } from './ngx-simple-parallax-js.interface';
import * as i0 from "@angular/core";
export interface IParallaxConfig {
orientation?: 'up' | 'down' | 'left' | 'right' | 'up left' | 'up right' | 'down left' | 'down right';
scale?: number;
overflow?: boolean;
delay?: number;
transition?: string;
customContainer?: string | HTMLElement;
customWrapper?: string;
maxTransition?: number;
}
export declare class NgxSimpleParallaxJsDirective implements OnInit, OnDestroy {
private _platformId;
private _el;
private get _isBrowser();
set parallaxConfig(config: IParallaxConfig);
private _parallaxConfig;
private _parallax;
constructor(_el: ElementRef<Element>);
constructor(_platformId: object, _el: ElementRef<Element>);
ngOnInit(): void;

@@ -15,1 +26,6 @@ ngOnDestroy(): void;

}
export declare class NgxSimpleParallaxJsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSimpleParallaxJsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSimpleParallaxJsModule, [typeof NgxSimpleParallaxJsDirective], never, [typeof NgxSimpleParallaxJsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSimpleParallaxJsModule>;
}

2

package.json
{
"name": "ngx-simple-parallax-js",
"version": "0.0.7",
"version": "0.0.8",
"author": "Gesiel Rosa <me@gesiel.com> (https://github.com/gesielrosa/)",

@@ -5,0 +5,0 @@ "description": "This library allows you to use simpleParallax.js in Angular easily.",

export * from './lib/ngx-simple-parallax-js.directive';
export * from './lib/ngx-simple-parallax-js.interface';
export * from './lib/ngx-simple-parallax-js.module';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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