Socket
Socket
Sign inDemoInstall

@hreimer/angular-image-viewer

Package Overview
Dependencies
12
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.1 to 0.11.2

bundles/hreimer-angular-image-viewer.umd.js

15

package.json
{
"name": "@hreimer/angular-image-viewer",
"version": "0.11.1",
"version": "0.11.2",
"repository": {

@@ -30,3 +30,14 @@ "type": "git",

"Angular Image Loader"
]
],
"main": "bundles/hreimer-angular-image-viewer.umd.js",
"module": "fesm2015/hreimer-angular-image-viewer.js",
"es2015": "fesm2015/hreimer-angular-image-viewer.js",
"esm2015": "esm2015/hreimer-angular-image-viewer.js",
"fesm2015": "fesm2015/hreimer-angular-image-viewer.js",
"typings": "hreimer-angular-image-viewer.d.ts",
"metadata": "hreimer-angular-image-viewer.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
}
}

22

README.md
# Angular Image Viewer
A configurable Angular image viewer component, compatible with Angular 11.x+
A configurable Angular image viewer component, compatible with Angular 9.x+
## Features:
* Compatible with Angular 11.x+
* Compatible with Angular 9.x+
* Configurable

@@ -75,31 +75,31 @@ * Rotate image

zoomIn: {
classes: 'fas fa-plus', // this property will be used for FontAwesome and other libraries to set the icons via the classes - choose one: classes or text
classes: 'fa fa-plus', // this property will be used for FontAwesome and other libraries to set the icons via the classes - choose one: classes or text
text: 'zoom_in' // this property will be used for Material-Icons and similar libraries to set the icons via the text
},
zoomOut: {
classes: 'fas fa-minus',
classes: 'fa fa-minus',
text: 'zoom_out'
},
rotateClockwise: {
classes: 'fas fa-repeat',
classes: 'fa fa-repeat',
text: 'rotate_right'
},
rotateCounterClockwise: {
classes: 'fas fa-undo',
classes: 'fa fa-undo',
text: 'rotate_left'
},
next: {
classes: 'fas fa-arrow-right',
classes: 'fa fa-arrow-right',
text: 'arrow_right'
},
prev: {
classes: 'fas fa-arrow-left',
classes: 'fa fa-arrow-left',
text: 'arrow_left'
},
fullscreen: {
classes: 'fas fa-arrows-alt',
classes: 'fa fa-arrows-alt',
text: 'fullscreen'
},
reset: {
classes: 'fas fa-undo',
classes: 'fa fa-undo',
text: 'restore'

@@ -120,3 +120,3 @@ }

icon: {
classes: 'fas fa-paperclip',
classes: 'fa fa-paperclip',
text: 'link'

@@ -123,0 +123,0 @@ }

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